File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function makeSassLoaders ({ modules }: { modules: boolean }) {
108108}
109109
110110// the chrome version should be synced with
111- // npm/webpack-batteries-included-preprocessor/index.js and
111+ // npm/webpack-batteries-included-preprocessor/dist/ index.js and
112112// packages/server/lib/browsers/chrome.ts
113113const babelPresetEnvConfig = [ require . resolve ( '@babel/preset-env' ) , { targets : { 'chrome' : '64' } } ]
114114const babelPresetTypeScriptConfig = [ require . resolve ( '@babel/preset-typescript' ) , { allowNamespaces : true } ]
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ const getDependencyPathsToKeep = async (buildAppDir) => {
3939 const unixBuildAppDir = buildAppDir . split ( path . sep ) . join ( path . posix . sep )
4040 const startingEntryPoints = [
4141 'packages/server/lib/plugins/child/require_async_child.js' ,
42- 'packages/server/node_modules/@cypress/webpack-batteries-included-preprocessor/index.js' ,
42+ 'packages/server/node_modules/@cypress/webpack-batteries-included-preprocessor/dist/ index.js' ,
4343 'packages/server/node_modules/ts-loader/index.js' ,
4444 'packages/rewriter/lib/threads/worker.js' ,
45- 'npm/webpack-batteries-included-preprocessor/index.js' ,
45+ 'npm/webpack-batteries-included-preprocessor/dist/ index.js' ,
4646 // needed in the server entry point
4747 'node_modules/tsx/dist/cjs/index.cjs' ,
4848 'node_modules/tsx/dist/loader.mjs' ,
You can’t perform that action at this time.
0 commit comments