Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Miki <amoo_miki@yahoo.com>
Signed-off-by: Ashwin P Chandran <ashwinpc1993@gmail.com>
  • Loading branch information
ashwin-pc and AMoo-Miki authored Aug 30, 2023
1 parent 6669cb8 commit ecbd6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/osd-optimizer/src/worker/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export function getWebpackConfig(bundle: Bundle, bundleRefs: BundleRefs, worker:
/* vega-lite and some of its dependencies don't have es5 builds
* so we need to build from source and transpile for webpack v4
*/
/[\/\\]node_modules[\/\\](?!vega-(lite|label|functions)[\/\\])/,
/[\/\\]node_modules[\/\\](?!vega-(lite-next|label|functions)[\/\\])/,

// Don't attempt to look into release artifacts of the plugins
/[\/\\]plugins[\/\\][^\/\\]+[\/\\]build[\/\\]/,
Expand Down

0 comments on commit ecbd6dd

Please sign in to comment.