summary refs log tree commit diff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-28 06:44:26 +0200
committerRory& <root@rory.gay>2025-05-28 06:44:26 +0200
commit5729d82a903755567bbea5d51fa2e0aa1282c95a (patch)
tree87e7e3cc9803b48041034e522ed984dccbdf82c0 /webpack.config.js
parentSet up husky and lintstagedrc (diff)
downloadnodejs-final-assignment-5729d82a903755567bbea5d51fa2e0aa1282c95a.tar.xz
Clean up generated files
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/webpack.config.js b/webpack.config.js
deleted file mode 100644

index 7d17f45..0000000 --- a/webpack.config.js +++ /dev/null
@@ -1,24 +0,0 @@ -module.exports = { - - // Currently we need to add '.ts' to the resolve.extensions array. - resolve: { - extensions: ['.ts', '.tsx', '.js', '.jsx'] - }, - - // Source maps support ('inline-source-map' also works) - devtool: 'source-map', - mode: 'development', - - // Add the loader for .ts files. - module: { - rules: [ - { - test: /\.tsx?$/, - loader: 'ts-loader' - } - ] - }, - devServer: { - static: './dist', - } -}; \ No newline at end of file