first commit
This commit is contained in:
11
webpack.config.js
Normal file
11
webpack.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
mode: "none",
|
||||
entry: path.resolve(__dirname, "Pandora.js"),
|
||||
output: {
|
||||
path: path.resolve(__dirname, ""),
|
||||
filename: "./Pandora.min.js",
|
||||
},
|
||||
// devtool: "source-map",
|
||||
};
|
Reference in New Issue
Block a user