safe-umd-webpack-plugin
Advanced tools
Comparing version 0.0.2 to 4.0.0
@@ -63,4 +63,4 @@ 'use strict'; | ||
SafeUmdPlugin.prototype.apply = function(compiler) { | ||
compiler.plugin('compilation', function(compilation) { | ||
compilation.templatesPlugin('render-with-entry', function(source) { | ||
compiler.hooks.compilation.tap('SafeUmdPlugin', function(compilation) { | ||
compilation.mainTemplate.hooks.renderWithEntry.tap('SafeUmdPlugin', function(source) { | ||
var srcText = source.source(); | ||
@@ -67,0 +67,0 @@ |
{ | ||
"name": "safe-umd-webpack-plugin", | ||
"version": "0.0.2", | ||
"version": "4.0.0", | ||
"description": "Webpack plugin to handle optional dependency safely when using libraryTarget: umd", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5453
1
5