Skip to content

Commit

Permalink
Remove unnecessary spell checking exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Mar 9, 2024
1 parent b52840d commit 7ec9528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const defaultOptions = {
sfcDestinationPath: path.join('wwwroot', 'vue'),
vueJsNodeModulesPath: path.resolve(__dirname, '..', '..', '..', 'node_modules'),
rollupAlias: {},
rollupNodeResolve: { preferBuiltins: true, browser: true, mainFields: ['module', 'jsnext:main'] }, // #spell-check-ignore-line
rollupNodeResolve: { preferBuiltins: true, browser: true, mainFields: ['module', 'jsnext:main'] },
isProduction: false,
};

Expand Down

0 comments on commit 7ec9528

Please sign in to comment.