Commit 1dac70e7 authored by wildfirecode13's avatar wildfirecode13

init

parent 4b118340
{ {
"scripts": { "scripts": {
"start": "webpack serve --open" "start": "webpack serve --open",
"build": "webpack"
}, },
"devDependencies": { "devDependencies": {
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
......
...@@ -18,6 +18,5 @@ module.exports = { ...@@ -18,6 +18,5 @@ module.exports = {
}, },
output: { output: {
filename: 'bundle.js', filename: 'bundle.js',
// path: path.resolve(__dirname, 'dist'),
}, },
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment