File tree Expand file tree Collapse file tree
auto-polyfills-webpack-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# auto-polyfills-webpack-plugin
22
3+ ## 2.0.0
4+
5+ ### Major Changes
6+
7+ - ded1b6ee5: add new scope for packages
8+
39## 1.1.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
2- "name" : " auto-polyfills-webpack-plugin" ,
3- "version" : " 1.1.1 " ,
2+ "name" : " @dtinsight/ auto-polyfills-webpack-plugin" ,
3+ "version" : " 2.0.0 " ,
44 "description" : " a webpack plugin for auto generate polyfills" ,
55 "main" : " lib/index.js" ,
66 "typings" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 11# ko
22
3+ ## 6.5.5
4+
5+ ### Patch Changes
6+
7+ - c5a16cf83: update dependencies auto-polyfills-webpack-plugin because add scope
8+
39## 6.5.4
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " ko" ,
3- "version" : " 6.5.4 " ,
3+ "version" : " 6.5.5 " ,
44 "description" : " build & lint library" ,
55 "keywords" : [
66 " ko" ,
4545 "@nuxt/friendly-errors-webpack-plugin" : " ^2.5.2" ,
4646 "@parcel/css" : " ^1.12.2" ,
4747 "@pmmmwh/react-refresh-webpack-plugin" : " ^0.5.7" ,
48- "auto-polyfills-webpack-plugin" : " workspace:1.1.1 " ,
48+ "@dtinsight/ auto-polyfills-webpack-plugin" : " workspace:2.0.0 " ,
4949 "autoprefixer" : " ^10.4.7" ,
5050 "babel-loader" : " ^8.2.5" ,
5151 "babel-plugin-treasure" : " ^0.9.0" ,
Original file line number Diff line number Diff line change 11import { Pattern } from 'copy-webpack-plugin' ;
22import { Plugin } from 'postcss' ;
33import { IKeys , IOpts } from 'ko-lints' ;
4- import { IOpts as AutoPolyfillsWebpackPluginOptions } from 'auto-polyfills-webpack-plugin' ;
4+ import { IOpts as AutoPolyfillsWebpackPluginOptions } from '@dtinsight/ auto-polyfills-webpack-plugin' ;
55
66export type IOptions = {
77 //common configs
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { CleanWebpackPlugin } from 'clean-webpack-plugin';
77import CopyWebpackPlugin from 'copy-webpack-plugin' ;
88import HtmlWebpackPlugin from 'html-webpack-plugin' ;
99import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer' ;
10- import AutoPolyfillsWebpackPlugin from 'auto-polyfills-webpack-plugin' ;
10+ import AutoPolyfillsWebpackPlugin from '@dtinsight/ auto-polyfills-webpack-plugin' ;
1111import FriendlyErrorsWebpackPlugin from '@nuxt/friendly-errors-webpack-plugin' ;
1212import ErrorOverlayPlugin from 'error-overlay-webpack-plugin' ;
1313import { IWebpackOptions } from '../types' ;
You can’t perform that action at this time.
0 commit comments