Skip to content

Commit a884897

Browse files
authored
fix(initialize): updating no-emit-webpack-plugin dependency #1348 (#1349)
The installation of the no-emit-webpack-plugin@1 dependency results in a freeze during installation.
1 parent 8cd7926 commit a884897

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

packages/uikit-workshop/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
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",

packages/uikit-workshop/webpack.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
const CleanWebpackPlugin = require('clean-webpack-plugin');
33
const HardSourceWebpackPlugin = require('hard-source-webpack-plugin-patch');
44
const TerserPlugin = require('terser-webpack-plugin');
5-
const NoEmitPlugin = require('no-emit-webpack-plugin');
65
const autoprefixer = require('autoprefixer');
76
const HtmlWebpackPlugin = require('html-webpack-plugin');
87
const 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(

yarn.lock

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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-
1162411617
node-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-
1464714632
schema-utils@^1.0.0:
1464814633
version "1.0.0"
1464914634
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"

0 commit comments

Comments
 (0)