initial checkin
This commit is contained in:
@@ -2,7 +2,7 @@ module.exports = {
|
||||
entry: "./src/index.js",
|
||||
output: {
|
||||
path: __dirname,
|
||||
filename: "bundle.js"
|
||||
filename: "dist/bundle.js"
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
|
||||
Reference in New Issue
Block a user