This commit is contained in:
grinikita
2025-05-17 13:19:49 +03:00
parent 330e4c0d74
commit 53428c5415
11 changed files with 2633 additions and 12 deletions
+3 -1
View File
@@ -8,9 +8,11 @@ module.exports = {
output: {
filename: 'index.js',
path: path.resolve(__dirname, 'dist'),
publicPath: '/',
clean: true,
},
devServer: {
historyApiFallback: true,
hot: true,
},
resolve: {
@@ -19,7 +21,7 @@ module.exports = {
module: {
rules: [
{
test: /\.png/,
test: /\.png|.svg/,
type: 'asset/resource',
},
{