ko 6.5.4-beta0 → 6.5.5-beta0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/webpack/plugins.js +1 -1
- package/package.json +2 -2
package/lib/webpack/plugins.js
CHANGED
|
@@ -12,7 +12,7 @@ const clean_webpack_plugin_1 = require("clean-webpack-plugin");
|
|
|
12
12
|
const copy_webpack_plugin_1 = __importDefault(require("copy-webpack-plugin"));
|
|
13
13
|
const html_webpack_plugin_1 = __importDefault(require("html-webpack-plugin"));
|
|
14
14
|
const webpack_bundle_analyzer_1 = require("webpack-bundle-analyzer");
|
|
15
|
-
const auto_polyfills_webpack_plugin_1 = __importDefault(require("auto-polyfills-webpack-plugin"));
|
|
15
|
+
const auto_polyfills_webpack_plugin_1 = __importDefault(require("@dtinsight/auto-polyfills-webpack-plugin"));
|
|
16
16
|
const friendly_errors_webpack_plugin_1 = __importDefault(require("@nuxt/friendly-errors-webpack-plugin"));
|
|
17
17
|
const error_overlay_webpack_plugin_1 = __importDefault(require("error-overlay-webpack-plugin"));
|
|
18
18
|
function getPlugins(opts) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ko",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.5-beta0",
|
|
4
4
|
"description": "build & lint library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ko",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
|
|
40
40
|
"@parcel/css": "^1.12.2",
|
|
41
41
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
42
|
-
"auto-polyfills-webpack-plugin": "
|
|
42
|
+
"@dtinsight/auto-polyfills-webpack-plugin": "2.0.0",
|
|
43
43
|
"autoprefixer": "^10.4.7",
|
|
44
44
|
"babel-loader": "^8.2.5",
|
|
45
45
|
"babel-plugin-treasure": "^0.9.0",
|