Skip to content

Commit

Permalink
Fix webpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-antti-mottonen committed Mar 27, 2024
1 parent f3e469d commit 9f7c1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions etp-front/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = {
rules: [
{
test: /\.m?js$/,
exclude: /node_modules/,
include: [path.resolve(__dirname, 'src'), /svelte/],
use: ['babel-loader']
},
Expand Down
1 change: 1 addition & 0 deletions etp-public/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module.exports = {
rules: [
{
test: /\.m?js$/,
exclude: /node_modules/,
include: [path.resolve(__dirname, 'src'), /svelte/],
use: ['babel-loader']
},
Expand Down

0 comments on commit 9f7c1b6

Please sign in to comment.