File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/angular_devkit/build_angular/src Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,7 @@ async function setupLocalize(
366
366
loader : require . resolve ( 'babel-loader' ) ,
367
367
options : {
368
368
babelrc : false ,
369
+ configFile : false ,
369
370
compact : false ,
370
371
cacheCompression : false ,
371
372
cacheDirectory : findCachePath ( 'babel-loader' ) ,
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ export async function process(options: ProcessBundleOptions): Promise<ProcessBun
125
125
// tslint:disable-next-line: no-any
126
126
inputSourceMap : false as any ,
127
127
babelrc : false ,
128
+ configFile : false ,
128
129
presets : [ [
129
130
require . resolve ( '@babel/preset-env' ) ,
130
131
{
@@ -613,6 +614,7 @@ function findLocalizePositions(
613
614
try {
614
615
ast = parseSync ( options . code , {
615
616
babelrc : false ,
617
+ configFile : false ,
616
618
sourceType : 'script' ,
617
619
filename : options . filename ,
618
620
} ) ;
You can’t perform that action at this time.
0 commit comments