Skip to content

Commit

Permalink
Solved bug >.<
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaker committed Mar 15, 2017
1 parent 8fbf3f2 commit 1c4e0f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/.idea
/node_modules
/dist/dev
*.swp
10 changes: 9 additions & 1 deletion webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ const deployUrl = undefined;

module.exports = {
"devtool": "source-map",
"watchOptions": {
"ignored": [
"*.log",
/\.idea/,
/dist\/dev/,
/node_modules/
]
},
"resolve": {
"extensions": [
".ts",
Expand Down Expand Up @@ -185,7 +193,7 @@ module.exports = {
else {
return 0;
}
}
}
}),
new BaseHrefWebpackPlugin({}),
new CommonsChunkPlugin({
Expand Down

0 comments on commit 1c4e0f7

Please sign in to comment.