Skip to content

Commit

Permalink
Fix kriasoft#83: Externals setting for server-side bundle in webpack.…
Browse files Browse the repository at this point in the history
…config.js

...also update browser-sync 2.5.2 > 2.5.3 and less 2.4.0 > 2.5.0
  • Loading branch information
koistya committed Apr 6, 2015
1 parent 37e8c06 commit 340dc19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-core": "^4.7.16",
"babel-eslint": "^2.0.2",
"babel-loader": "^4.3.0",
"browser-sync": "^2.5.2",
"browser-sync": "^2.5.3",
"css-loader": "^0.9.1",
"del": "^1.1.1",
"eslint": "^0.18.0",
Expand All @@ -53,7 +53,7 @@
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"jest-cli": "^0.4.0",
"less": "^2.4.0",
"less": "^2.5.0",
"less-loader": "^2.2.0",
"minimist": "^1.1.1",
"protractor": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var serverConfig = _.merge({}, config, {
libraryTarget: 'commonjs2'
},
target: 'node',
externals: /^[a-z\-0-9]+$/,
externals: /^[a-z][a-z\.\-0-9]*$/,
node: {
console: false,
global: false,
Expand Down

0 comments on commit 340dc19

Please sign in to comment.