new structure; code polish
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
entry: ["./src/index.js"],
|
||||
entry: [__dirname + "/src/index.js"],
|
||||
output: {
|
||||
path: __dirname + "/dist",
|
||||
filename: "app.bundle.js",
|
||||
|
||||
Reference in New Issue
Block a user