Skip to content

Commit

Permalink
Change entry into array, fix #94
Browse files Browse the repository at this point in the history
  • Loading branch information
cktang88 committed May 24, 2019
1 parent 7710b48 commit 47fc1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ASSET_PATH = process.env.ASSET_PATH || '/';

module.exports = {
context: __dirname, // to automagically find tsconfig.json
entry: './src/client/index',
entry: ['./src/client/index'],
module: {
rules: [
{
Expand Down

0 comments on commit 47fc1e9

Please sign in to comment.