mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: export Utils
This commit is contained in:
committed by
Nathan Walker
parent
d46d59abe4
commit
a1abd07c73
@@ -175,10 +175,10 @@ exports[`react configuration > android > adds ReactRefreshWebpackPlugin when HMR
|
||||
'process.env.NODE_ENV': '\\"development\\"'
|
||||
}
|
||||
),
|
||||
/* config.plugin('BundleAnalyzerPlugin') */
|
||||
new BundleAnalyzerPlugin(),
|
||||
/* config.plugin('WatchStateLoggerPlugin') */
|
||||
new WatchStateLoggerPlugin(),
|
||||
/* config.plugin('HotModuleReplacementPlugin') */
|
||||
new HotModuleReplacementPlugin(),
|
||||
/* config.plugin('ReactRefreshWebpackPlugin') */
|
||||
new ReactRefreshWebpackPlugin(
|
||||
{
|
||||
@@ -370,8 +370,6 @@ exports[`react configuration > android > base config 1`] = `
|
||||
'process.env.NODE_ENV': '\\"development\\"'
|
||||
}
|
||||
),
|
||||
/* config.plugin('BundleAnalyzerPlugin') */
|
||||
new BundleAnalyzerPlugin(),
|
||||
/* config.plugin('WatchStateLoggerPlugin') */
|
||||
new WatchStateLoggerPlugin()
|
||||
],
|
||||
@@ -558,10 +556,10 @@ exports[`react configuration > ios > adds ReactRefreshWebpackPlugin when HMR ena
|
||||
'process.env.NODE_ENV': '\\"development\\"'
|
||||
}
|
||||
),
|
||||
/* config.plugin('BundleAnalyzerPlugin') */
|
||||
new BundleAnalyzerPlugin(),
|
||||
/* config.plugin('WatchStateLoggerPlugin') */
|
||||
new WatchStateLoggerPlugin(),
|
||||
/* config.plugin('HotModuleReplacementPlugin') */
|
||||
new HotModuleReplacementPlugin(),
|
||||
/* config.plugin('ReactRefreshWebpackPlugin') */
|
||||
new ReactRefreshWebpackPlugin(
|
||||
{
|
||||
@@ -756,8 +754,6 @@ exports[`react configuration > ios > base config 1`] = `
|
||||
'process.env.NODE_ENV': '\\"development\\"'
|
||||
}
|
||||
),
|
||||
/* config.plugin('BundleAnalyzerPlugin') */
|
||||
new BundleAnalyzerPlugin(),
|
||||
/* config.plugin('WatchStateLoggerPlugin') */
|
||||
new WatchStateLoggerPlugin()
|
||||
],
|
||||
|
||||
@@ -184,8 +184,6 @@ exports[`vue configuration for android 1`] = `
|
||||
profile: '() => {}'
|
||||
}
|
||||
),
|
||||
/* config.plugin('BundleAnalyzerPlugin') */
|
||||
new BundleAnalyzerPlugin(),
|
||||
/* config.plugin('WatchStateLoggerPlugin') */
|
||||
new WatchStateLoggerPlugin()
|
||||
],
|
||||
@@ -381,8 +379,6 @@ exports[`vue configuration for ios 1`] = `
|
||||
profile: '() => {}'
|
||||
}
|
||||
),
|
||||
/* config.plugin('BundleAnalyzerPlugin') */
|
||||
new BundleAnalyzerPlugin(),
|
||||
/* config.plugin('WatchStateLoggerPlugin') */
|
||||
new WatchStateLoggerPlugin()
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user