Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
__DOJO_SCOPE: `'${libraryName}'`
}),
!isExperimentalSpeed &&
new OptimizeCssAssetsPlugin({
cssProcessor: cssnano,
cssProcessorOptions: {
map: {
inline: false
}
},
cssProcessorPluginOptions: {
preset: ['default', { calc: false }]
}
}),
!singleBundle &&
new BootstrapPlugin({
entryPath: mainEntryPath,
shimModules: [
{
module: '@dojo/framework/shim/IntersectionObserver',
has: 'intersection-observer'
},
{
module: '@dojo/framework/shim/ResizeObserver',
has: 'resize-observer'
},
{
module: '@dojo/framework/shim/WebAnimations',
has: 'web-animations'
},
{
module: '@dojo/framework/shim/fetch',