File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 7878 "lit-html" : " ^1.1.2" ,
7979 "mini-css-extract-plugin" : " ^0.8.0" ,
8080 "mousetrap" : " ^1.6.5" ,
81- "no-emit-webpack-plugin" : " ^1.0.0" ,
8281 "node-sass" : " ^6.0.0" ,
8382 "node-sass-selector-importer" : " ^5.2.0" ,
8483 "postcss-loader" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 22const CleanWebpackPlugin = require ( 'clean-webpack-plugin' ) ;
33const HardSourceWebpackPlugin = require ( 'hard-source-webpack-plugin-patch' ) ;
44const TerserPlugin = require ( 'terser-webpack-plugin' ) ;
5- const NoEmitPlugin = require ( 'no-emit-webpack-plugin' ) ;
65const autoprefixer = require ( 'autoprefixer' ) ;
76const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
87const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' ) ;
@@ -255,11 +254,7 @@ module.exports = function (apiConfig) {
255254 ]
256255 : [ ] ,
257256 } ,
258- plugins : [
259- new WebpackBar ( ) ,
260- new CopyPlugin ( config . copy ) ,
261- new NoEmitPlugin ( [ 'css/pattern-lab.js' ] ) ,
262- ] ,
257+ plugins : [ new WebpackBar ( ) , new CopyPlugin ( config . copy ) ] ,
263258 } ;
264259
265260 webpackConfig . plugins . push (
Original file line number Diff line number Diff line change @@ -11614,13 +11614,6 @@ no-case@^3.0.4:
1161411614 lower-case "^2.0.2"
1161511615 tslib "^2.0.3"
1161611616
11617- no-emit-webpack-plugin@^1.0.0:
11618- version "1.0.0"
11619- resolved "https://registry.yarnpkg.com/no-emit-webpack-plugin/-/no-emit-webpack-plugin-1.0.0.tgz#b9a6e598bd01f8c35eacea030c89176692a30d16"
11620- integrity sha512-0NW3QzACRnSbfY8r1VEwFFmkbbAMVVP3ArOpmfldTFYM8v9uLEktxRe5MKwUbNql21b5QPATdaTrcQTxVCMQpg==
11621- dependencies:
11622- schema-utils "^0.4.3"
11623-
1162411617node-emoji@^1.10.0:
1162511618 version "1.10.0"
1162611619 resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.10.0.tgz#8886abd25d9c7bb61802a658523d1f8d2a89b2da"
@@ -14636,14 +14629,6 @@ scheduler@^0.19.1:
1463614629 loose-envify "^1.1.0"
1463714630 object-assign "^4.1.1"
1463814631
14639- schema-utils@^0.4.3:
14640- version "0.4.7"
14641- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
14642- integrity sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==
14643- dependencies:
14644- ajv "^6.1.0"
14645- ajv-keywords "^3.1.0"
14646-
1464714632schema-utils@^1.0.0:
1464814633 version "1.0.0"
1464914634 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
You can’t perform that action at this time.
0 commit comments