Skip to content

Commit

Permalink
fix: 20+, use with syntax for import assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Jul 13, 2024
1 parent 38d485a commit 623faf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jump-scroll/webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import * as path from 'node:path';
import webpack from 'webpack';
import TerserPlugin from 'terser-webpack-plugin';
import pkgJson from './package.json' assert { type: 'json' };
import pkgJson from './package.json' with { type: 'json' };
import { stageDir, distDir } from './build-settings.js';

export default {
Expand Down

0 comments on commit 623faf4

Please sign in to comment.