@muil/cli
Advanced tools
Comparing version 0.0.5 to 0.0.7
{ | ||
"name": "@muil/cli", | ||
"version": "0.0.5", | ||
"version": "0.0.7", | ||
"main": "index.js", | ||
@@ -19,3 +19,3 @@ "license": "UNLICENSED", | ||
"@babel/preset-react": "^7.7.4", | ||
"@muil/templates-starter-kit": "^0.0.5", | ||
"@muil/templates-starter-kit": "^0.0.7", | ||
"axios": "^0.19.1", | ||
@@ -41,3 +41,3 @@ "babel-loader": "^8.0.6", | ||
}, | ||
"gitHead": "50e5367d368242d7b13c096fe96914931aeb7cee" | ||
"gitHead": "80af20ee9c3213b9eacf4e02018aa3919092049d" | ||
} |
@@ -31,3 +31,6 @@ const path = require('path'); | ||
loader: 'babel-loader', | ||
options: babelrc || { presets: ['@babel/preset-env', '@babel/preset-react'] }, | ||
options: babelrc || { | ||
presets: ['@babel/preset-env', '@babel/preset-react'], | ||
plugins: [['react-css-modules', { generateScopedName: '[local]___[hash:base64:5]' }]], | ||
}, | ||
}, | ||
@@ -38,3 +41,14 @@ exclude: path.resolve(rootDir, 'node_modules'), | ||
test: /\.css/, | ||
use: [MiniCssExtractPlugin.loader, 'css-loader'], | ||
use: [ | ||
MiniCssExtractPlugin.loader, | ||
{ | ||
loader: 'css-loader', | ||
options: { | ||
importLoaders: 1, | ||
modules: { | ||
localIdentName: '[local]___[hash:base64:5]', | ||
}, | ||
}, | ||
}, | ||
], | ||
}, | ||
@@ -41,0 +55,0 @@ { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17951
463
+ Added@muil/templates-starter-kit@0.0.7(transitive)
- Removed@muil/templates-starter-kit@0.0.5(transitive)