fix: don't externalize node built-ins

This commit is contained in:
Igor Randjelovic
2021-04-14 14:58:44 +02:00
parent 0f5b127c1a
commit f053403d8d
8 changed files with 57 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ exports[`angular configuration for android 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {
@@ -352,6 +355,9 @@ exports[`angular configuration for ios 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {

View File

@@ -7,6 +7,9 @@ exports[`base configuration for android 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {
@@ -297,6 +300,9 @@ exports[`base configuration for ios 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {

View File

@@ -7,6 +7,9 @@ exports[`javascript configuration for android 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {
@@ -335,6 +338,9 @@ exports[`javascript configuration for ios 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {

View File

@@ -7,6 +7,9 @@ exports[`react configuration > android > adds ReactRefreshWebpackPlugin when HMR
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {
@@ -325,6 +328,9 @@ exports[`react configuration > android > base config 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {
@@ -621,6 +627,9 @@ exports[`react configuration > ios > adds ReactRefreshWebpackPlugin when HMR ena
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {
@@ -940,6 +949,9 @@ exports[`react configuration > ios > base config 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {

View File

@@ -7,6 +7,9 @@ exports[`svelte configuration for android 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {
@@ -322,6 +325,9 @@ exports[`svelte configuration for ios 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {

View File

@@ -7,6 +7,9 @@ exports[`typescript configuration for android 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {
@@ -335,6 +338,9 @@ exports[`typescript configuration for ios 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {

View File

@@ -7,6 +7,9 @@ exports[`vue configuration for android 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {
@@ -329,6 +332,9 @@ exports[`vue configuration for ios 1`] = `
'package.json',
'~/package.json'
],
externalsPresets: {
node: false
},
devtool: 'inline-source-map',
target: 'node',
watchOptions: {