File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -254,8 +254,9 @@ export default defineConfig({
254254 },
255255 },
256256 output: {
257- copy: [{ from: './**/*.json', context: './src' }], // [!code highlight]
258- externals: [/.*\. json$/], // [!code highlight]
257+ // [!code highlight:2]
258+ copy: [{ from: './**/*.json', context: './src' }],
259+ externals: [/.*\. json$/],
259260 },
260261 },
261262 ],
Original file line number Diff line number Diff line change @@ -251,8 +251,9 @@ export default defineConfig({
251251 },
252252 },
253253 output: {
254- copy: [{ from: './**/*.json', context: './src' }], // [!code highlight]
255- externals: [/.*\. json$/], // [!code highlight]
254+ // [!code highlight:2]
255+ copy: [{ from: './**/*.json', context: './src' }],
256+ externals: [/.*\. json$/],
256257 },
257258 },
258259 ],
You can’t perform that action at this time.
0 commit comments