Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 26, 2024
1 parent 47c515a commit 7545012
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ module.exports = {
include: /node_modules/,
type: 'javascript/auto',
},
{
test: /\.m?js$/,
include: /node_modules\/@?monaco-editor/,
type: 'javascript/auto',
loader: 'esbuild-loader',
},
{
test: /\.css$/,
use: [
Expand Down

0 comments on commit 7545012

Please sign in to comment.