Skip to content

Commit

Permalink
V14 options to ts (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDroryAu authored Jan 29, 2025
1 parent 5003852 commit 0a02383
Show file tree
Hide file tree
Showing 11 changed files with 103 additions and 104 deletions.
7 changes: 4 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ module.exports = [
},
{
settings: {
'@typescript-eslint/parser': {
projectRoot: __dirname,
project: true,
'import-x/resolver': {
typescript: {
project: '**/*/tsconfig.json',
},
},
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/sku/src/config/webpack/webpack.config.ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ const makeWebpackConfig = ({
],
},
plugins: [
// @ts-expect-error
new LoadablePlugin({
filename: webpackStatsFilename,
writeToDisk: true,
Expand Down
1 change: 0 additions & 1 deletion packages/sku/src/config/webpack/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ const makeWebpackConfig = ({
...(htmlRenderPlugin
? [
htmlRenderPlugin.statsCollectorPlugin,
// @ts-expect-error ts2351
new LoadablePlugin({
writeToDisk: false,
outputAsset: false,
Expand Down
198 changes: 99 additions & 99 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 0a02383

Please sign in to comment.