mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: update snapshots
This commit is contained in:
@@ -232,6 +232,10 @@ exports[`angular configuration for android 1`] = `
|
||||
platform: 'android'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -537,6 +541,10 @@ exports[`angular configuration for ios 1`] = `
|
||||
platform: 'ios'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
|
||||
@@ -228,6 +228,10 @@ exports[`base configuration for android 1`] = `
|
||||
platform: 'android'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -519,6 +523,10 @@ exports[`base configuration for ios 1`] = `
|
||||
platform: 'ios'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
|
||||
@@ -255,6 +255,10 @@ exports[`javascript configuration for android 1`] = `
|
||||
platform: 'android'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -306,7 +310,7 @@ exports[`javascript configuration for android 1`] = `
|
||||
),
|
||||
/* config.plugin('WatchStatePlugin') */
|
||||
new WatchStatePlugin(),
|
||||
/* config.plugin('ContextExclusionPluginPlugin') */
|
||||
/* config.plugin('ContextExclusionPlugin|__@nativescript_webpack_virtual_entry_javascript__') */
|
||||
new ContextExclusionPlugin(
|
||||
/__@nativescript_webpack_virtual_entry_javascript__.js$/
|
||||
),
|
||||
@@ -584,6 +588,10 @@ exports[`javascript configuration for ios 1`] = `
|
||||
platform: 'ios'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -635,7 +643,7 @@ exports[`javascript configuration for ios 1`] = `
|
||||
),
|
||||
/* config.plugin('WatchStatePlugin') */
|
||||
new WatchStatePlugin(),
|
||||
/* config.plugin('ContextExclusionPluginPlugin') */
|
||||
/* config.plugin('ContextExclusionPlugin|__@nativescript_webpack_virtual_entry_javascript__') */
|
||||
new ContextExclusionPlugin(
|
||||
/__@nativescript_webpack_virtual_entry_javascript__.js$/
|
||||
),
|
||||
|
||||
@@ -243,6 +243,10 @@ exports[`react configuration > android > adds ReactRefreshWebpackPlugin when HMR
|
||||
platform: 'android'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -551,6 +555,10 @@ exports[`react configuration > android > base config 1`] = `
|
||||
platform: 'android'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -859,6 +867,10 @@ exports[`react configuration > ios > adds ReactRefreshWebpackPlugin when HMR ena
|
||||
platform: 'ios'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -1168,6 +1180,10 @@ exports[`react configuration > ios > base config 1`] = `
|
||||
platform: 'ios'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
|
||||
@@ -253,6 +253,10 @@ exports[`svelte configuration for android 1`] = `
|
||||
platform: 'android'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -569,6 +573,10 @@ exports[`svelte configuration for ios 1`] = `
|
||||
platform: 'ios'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
|
||||
@@ -255,6 +255,10 @@ exports[`typescript configuration for android 1`] = `
|
||||
platform: 'android'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -306,14 +310,14 @@ exports[`typescript configuration for android 1`] = `
|
||||
),
|
||||
/* config.plugin('WatchStatePlugin') */
|
||||
new WatchStatePlugin(),
|
||||
/* config.plugin('ContextExclusionPluginPlugin') */
|
||||
/* config.plugin('ContextExclusionPlugin|__@nativescript_webpack_virtual_entry_typescript__') */
|
||||
new ContextExclusionPlugin(
|
||||
/__@nativescript_webpack_virtual_entry_typescript__.js$/
|
||||
),
|
||||
/* config.plugin('VirtualModulesPlugin') */
|
||||
new VirtualModulesPlugin(
|
||||
{
|
||||
'__jest__/src/__@nativescript_webpack_virtual_entry_typescript__': '// VIRTUAL ENTRY START\\\\nrequire(\\\\'@nativescript/core/bundle-entry-points\\\\')\\\\nconst context = require.context(\\"~/\\", /* deep: */ true, /* filter: */ /.(xml|js|ts|s?css)$/);\\\\nglobal.registerWebpackModules(context);\\\\n// VIRTUAL ENTRY END'
|
||||
'__jest__/src/__@nativescript_webpack_virtual_entry_typescript__': '// VIRTUAL ENTRY START\\\\nrequire(\\\\'@nativescript/core/bundle-entry-points\\\\')\\\\nconst context = require.context(\\"~/\\", /* deep: */ true, /* filter: */ /\\\\\\\\.(xml|js|(?<!d\\\\\\\\.)ts|s?css)$/);\\\\nglobal.registerWebpackModules(context);\\\\n// VIRTUAL ENTRY END'
|
||||
}
|
||||
)
|
||||
],
|
||||
@@ -584,6 +588,10 @@ exports[`typescript configuration for ios 1`] = `
|
||||
platform: 'ios'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -635,14 +643,14 @@ exports[`typescript configuration for ios 1`] = `
|
||||
),
|
||||
/* config.plugin('WatchStatePlugin') */
|
||||
new WatchStatePlugin(),
|
||||
/* config.plugin('ContextExclusionPluginPlugin') */
|
||||
/* config.plugin('ContextExclusionPlugin|__@nativescript_webpack_virtual_entry_typescript__') */
|
||||
new ContextExclusionPlugin(
|
||||
/__@nativescript_webpack_virtual_entry_typescript__.js$/
|
||||
),
|
||||
/* config.plugin('VirtualModulesPlugin') */
|
||||
new VirtualModulesPlugin(
|
||||
{
|
||||
'__jest__/src/__@nativescript_webpack_virtual_entry_typescript__': '// VIRTUAL ENTRY START\\\\nrequire(\\\\'@nativescript/core/bundle-entry-points\\\\')\\\\nconst context = require.context(\\"~/\\", /* deep: */ true, /* filter: */ /.(xml|js|ts|s?css)$/);\\\\nglobal.registerWebpackModules(context);\\\\n// VIRTUAL ENTRY END'
|
||||
'__jest__/src/__@nativescript_webpack_virtual_entry_typescript__': '// VIRTUAL ENTRY START\\\\nrequire(\\\\'@nativescript/core/bundle-entry-points\\\\')\\\\nconst context = require.context(\\"~/\\", /* deep: */ true, /* filter: */ /\\\\\\\\.(xml|js|(?<!d\\\\\\\\.)ts|s?css)$/);\\\\nglobal.registerWebpackModules(context);\\\\n// VIRTUAL ENTRY END'
|
||||
}
|
||||
)
|
||||
],
|
||||
|
||||
@@ -260,6 +260,10 @@ exports[`vue configuration for android 1`] = `
|
||||
platform: 'android'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
@@ -583,6 +587,10 @@ exports[`vue configuration for ios 1`] = `
|
||||
platform: 'ios'
|
||||
}
|
||||
),
|
||||
/* config.plugin('ContextExclusionPlugin|App_Resources') */
|
||||
new ContextExclusionPlugin(
|
||||
/(.*)App_Resources(.*)/
|
||||
),
|
||||
/* config.plugin('DefinePlugin') */
|
||||
new DefinePlugin(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user