Skip to content

Commit

Permalink
v1.40.1: [#376] Correction of base Webpack config for apps
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Aug 5, 2024
1 parent 713e213 commit afe6223
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions config-ts-src/webpack/app-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ export default function configFactory(ops: OptionsT): Configuration {
presets: [['@dr.pogodin/react-utils/config/babel/webpack', {
typescript: ops.typescript,
}]],
sourceType: 'unambiguous',
...o.babelLoaderOptions,
},
}, {
Expand Down
8 changes: 4 additions & 4 deletions docs/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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@docusaurus/core": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-common": "^3.4.0",
"@dr.pogodin/react-utils": "file:../dr.pogodin-react-utils-1.40.0.tgz",
"@dr.pogodin/react-utils": "file:../dr.pogodin-react-utils-1.40.1.tgz",
"@mdx-js/react": "^3.0.1",
"docusaurus-plugin-sass": "^0.2.5",
"file-loader": "^6.2.0",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.40.0",
"version": "1.40.1",
"bin": {
"react-utils-build": "bin/build.js",
"react-utils-setup": "bin/setup.js"
Expand Down Expand Up @@ -87,7 +87,7 @@
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.2",
"core-js": "^3.37.1",
"core-js": "^3.38.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.57.0",
Expand Down

0 comments on commit afe6223

Please sign in to comment.