@plotly/webpack-dash-dynamic-import
Advanced tools
Comparing version
{ | ||
"name": "@plotly/webpack-dash-dynamic-import", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Webpack Plugin for Dynamic Import in Dash", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -81,2 +81,6 @@ const fs = require('fs'); | ||
compilation.mainTemplate.hooks.requireExtensions.tap('WebpackDashDynamicImport > RequireExtensions', (source, chunk, hash) => { | ||
// Prevent CSS chunks from having JS appended to them | ||
if (chunk.name === 'mini-css-extract-plugin') { | ||
return source; | ||
} | ||
return source + resolveImportSource(); | ||
@@ -83,0 +87,0 @@ }); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4169
4.7%71
5.97%1
Infinity%