Skip to content

Commit

Permalink
Fix demo Webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
echeung-amzn committed Dec 31, 2017
1 parent cbda570 commit bfda7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/platform-browser": "^5.0.3",
"@angular/platform-browser-dynamic": "^5.0.3",
"es6-shim": "^0.35.3",
"ng-click-outside": "file:../",
"ng-click-outside": "file:..",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.5.2",
"zone.js": "^0.8.18"
Expand Down
1 change: 1 addition & 0 deletions demo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
},

resolve: {
modules: [path.join(__dirname, 'node_modules')],
extensions: ['.js', '.ts', '.scss', '.html']
},

Expand Down

0 comments on commit bfda7c0

Please sign in to comment.