From a051aace376492a48c10615106dda222a7136300 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Thu, 1 Nov 2018 21:16:16 +0000 Subject: new fancy webpack stuff --- webpack.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 webpack.config.js (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js new file mode 100644 index 0000000..e5d3350 --- /dev/null +++ b/webpack.config.js @@ -0,0 +1,9 @@ +const path = require("path"); + +module.exports = { + entry: "./src/pkg93.js", + output: { + filename: "pkg93.js", + path: path.resolve(__dirname, "dist") + } +}; -- cgit v1.2.3