Merge "build: Make webpack config compatible with v2.3.0"

This commit is contained in:
jenkins-bot 2017-03-23 15:13:17 +00:00 committed by Gerrit Code Review
commit cb4cdc868a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -10,7 +10,7 @@ module.exports = {
// Write each chunk (entries, here) to a file named after the entry, e.g.
// the "index" entry gets written to index.js.
filename: '/[name].js'
filename: '[name].js'
},
entry: {
index: './src/index.js'