This commit is contained in:
Albert Juhé Lluveras 2019-12-31 10:08:55 +01:00 committed by GitHub
parent 7e3a02e3b2
commit e7a12cf28c
3 changed files with 0 additions and 24 deletions

View File

@ -226,7 +226,6 @@ const getMainConfig = ( options = {} ) => {
{
test: /\.s[c|a]ss$/,
use: [
'style-loader',
MiniCssExtractPlugin.loader,
{ loader: 'css-loader', options: { importLoaders: 1 } },
'postcss-loader',

View File

@ -18664,28 +18664,6 @@
"integrity": "sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==",
"dev": true
},
"style-loader": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.1.1.tgz",
"integrity": "sha512-oIVF12trRq0od4Yojg7q0K3Lq/O6Ix/AYgVosykrVg+kWxxxUyk8KhKCCmekyGSUiVK1xxlAQymLWWdh6S9lOg==",
"dev": true,
"requires": {
"loader-utils": "^1.2.3",
"schema-utils": "^2.0.1"
},
"dependencies": {
"schema-utils": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.1.tgz",
"integrity": "sha512-0WXHDs1VDJyo+Zqs9TKLKyD/h7yDpHUhEFsM2CzkICFdoX1av+GBq/J2xRTFfsQO5kBfhZzANf2VcIm84jqDbg==",
"dev": true,
"requires": {
"ajv": "^6.10.2",
"ajv-keywords": "^3.4.1"
}
}
}
},
"style-search": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",

View File

@ -96,7 +96,6 @@
"request-promise": "4.2.5",
"rimraf": "3.0.0",
"sass-loader": "7.3.1",
"style-loader": "1.1.1",
"stylelint": "12.0.0",
"stylelint-config-wordpress": "13.1.0",
"webpack": "4.41.2",