Skip to content

Commit

Permalink
Update source map loader dependency (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman authored May 20, 2021
1 parent 7b72a3f commit a384b2a
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 32 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ npm-debug.log
yarn.lock
/test-app/package-lock.json
/test-app/.dojorc
.vscode/
83 changes: 54 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"postcss-modules": "3.2.2",
"postcss-preset-env": "6.7.0",
"slash": "1.0.0",
"source-map-loader-cli": "0.0.1",
"source-map-loader": "1.1.3",
"strip-ansi": "3.0.1",
"stylelint": "9.10.1",
"stylelint-webpack-plugin": "0.10.5",
Expand Down
3 changes: 1 addition & 2 deletions src/base.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,7 @@ export default function webpackConfigFactory(args: any): webpack.Configuration {
{
test: /@dojo(\/|\\).*\.(js|mjs)$/,
enforce: 'pre',
loader: 'source-map-loader-cli',
options: { includeModulePaths: true }
use: ['source-map-loader']
},
args.locale &&
singleBundle && {
Expand Down

0 comments on commit a384b2a

Please sign in to comment.