Skip to content

Commit ad34002

Browse files
committed
Fix 'yarn build'
Pin mini-css-extract-plugin version. See webpack-contrib/mini-css-extract-plugin#896.
1 parent 6802362 commit ad34002

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
"@types/uuid": "^8.3.0",
4848
"prettier": "^2.2.1"
4949
},
50+
"resolutions": {
51+
"mini-css-extract-plugin": "~2.4.5"
52+
},
5053
"proxy": "http://localhost:8000"
5154
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5801,10 +5801,10 @@ min-indent@^1.0.0:
58015801
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
58025802
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
58035803

5804-
mini-css-extract-plugin@^2.4.5:
5805-
version "2.5.0"
5806-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.0.tgz#4cc8300165fd408e8d2bf7381e6728fcda6fd1ae"
5807-
integrity sha512-hWAswjzsausaaIjk4GiUtoiNnsMc8tLAA2TZ0vbMDZcxKYS/b3UBGNElBjgQ4QYztYR+nsKp5h2Lo1NL3zz2bg==
5804+
mini-css-extract-plugin@^2.4.5, mini-css-extract-plugin@~2.4.5:
5805+
version "2.4.7"
5806+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.7.tgz#b9f4c4f4d727c7a3cd52a11773bb739f00177fac"
5807+
integrity sha512-euWmddf0sk9Nv1O0gfeeUAvAkoSlWncNLF77C0TP2+WoPvy8mAHKOzMajcCz2dzvyt3CNgxb1obIEVFIRxaipg==
58085808
dependencies:
58095809
schema-utils "^4.0.0"
58105810

0 commit comments

Comments
 (0)