You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conf: Webpack 3.7.1 / globalize-webpack-plugin 2.0.1
Error:
TypeError: request.replace is not a function
at GlobalizeCompilerHelper.isCompiledDataModule (\node_modules\globalize-webpack-plugin\GlobalizeCompilerHelper.js:87:44)
ebpack conf:
plugins: [
new GlobalizePlugin({
production: true,
developmentLocale: 'en', // locale to be used for development.
supportedLocales: ['en', 'fr', 'es', 'de'], // locales that should be built support for.
messages: 'ClientApp/messages/[locale].json', // messages (optional)
output: 'globalize-compiled-data-[locale].[hash].js', // build output.
}),
new webpack.DllReferencePlugin({
context: __dirname,
manifest: require('./wwwroot/dist/vendor-manifest.json')
})
]
The text was updated successfully, but these errors were encountered:
Conf: Webpack 3.7.1 / globalize-webpack-plugin 2.0.1
Error:
TypeError: request.replace is not a function
at GlobalizeCompilerHelper.isCompiledDataModule (\node_modules\globalize-webpack-plugin\GlobalizeCompilerHelper.js:87:44)
ebpack conf:
plugins: [
new GlobalizePlugin({
production: true,
developmentLocale: 'en', // locale to be used for development.
supportedLocales: ['en', 'fr', 'es', 'de'], // locales that should be built support for.
messages: 'ClientApp/messages/[locale].json', // messages (optional)
output: 'globalize-compiled-data-[locale].[hash].js', // build output.
}),
new webpack.DllReferencePlugin({
context: __dirname,
manifest: require('./wwwroot/dist/vendor-manifest.json')
})
]
The text was updated successfully, but these errors were encountered: