config webpack
This commit is contained in:
parent
ca57f6df2f
commit
a4d4680fa3
1
dist/main.js
vendored
Normal file
1
dist/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
webpack.config.js
Normal file
9
webpack.config.js
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
const path = require("path");
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
entry: "./src/mailgo.js",
|
||||||
|
output: {
|
||||||
|
filename: "main.js",
|
||||||
|
path: path.resolve(__dirname, "dist")
|
||||||
|
}
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user