[change] move examples

This commit is contained in:
Nicolas Gallagher
2015-10-19 18:32:38 -07:00
parent 75f653818a
commit 5f7b3f5fef
4 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -5,13 +5,13 @@ var path = require('path')
module.exports = assign({}, base, {
devServer: {
contentBase: constants.SRC_DIRECTORY
contentBase: constants.EXAMPLES_DIRECTORY
},
entry: {
example: path.join(constants.SRC_DIRECTORY, 'example')
example: path.join(constants.EXAMPLES_DIRECTORY, 'index')
},
output: {
filename: 'example.js',
filename: 'examples.js',
path: constants.DIST_DIRECTORY
}
})