kyt-starter-universal
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16
{ | ||
"name": "kyt-starter-universal", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -5,3 +5,2 @@ // Production webpack config for client code | ||
const MiniCssExtractPlugin = require('mini-css-extract-plugin'); | ||
const clone = require('lodash.clonedeep'); | ||
const postcssLoader = require('../utils/getPostcssLoader'); | ||
@@ -13,13 +12,2 @@ const { clientSrcPath, assetsBuildPath, publicSrcPath } = require('kyt-utils/paths')(); | ||
const cssStyleLoaders = [ | ||
{ | ||
loader: 'css-loader', | ||
options: { | ||
modules: true, | ||
localIdentName: '[name]-[local]--[hash:base64:5]', | ||
}, | ||
}, | ||
postcssLoader, | ||
]; | ||
module.exports = options => ({ | ||
@@ -130,2 +118,4 @@ target: 'web', | ||
new OptimizeCSSAssetsPlugin({}), | ||
new webpack.LoaderOptionsPlugin({ | ||
@@ -132,0 +122,0 @@ minimize: true, |
{ | ||
"name": "stylelint-config-kyt", | ||
"version": "1.0.0-alpha.14", | ||
"version": "1.0.0-alpha.15", | ||
"main": "stylelintrc.json", | ||
@@ -5,0 +5,0 @@ "description": "StyleLint configuration for kyt projects.", |
{ | ||
"name": "kyt", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.16", | ||
"description": "kyt is a toolkit that encapsulates and manages the configuration for web apps.", | ||
@@ -66,3 +66,3 @@ "author": "NYTimes", | ||
"stylelint": "^9.1.3", | ||
"stylelint-config-kyt": "1.0.0-alpha.14", | ||
"stylelint-config-kyt": "1.0.0-alpha.15", | ||
"stylelint-config-standard": "18.2.0", | ||
@@ -69,0 +69,0 @@ "temp": "0.8.3", |
@@ -28,7 +28,7 @@ { | ||
"enzyme": "2.9.1", | ||
"kyt": "1.0.0-alpha.15", | ||
"kyt": "1.0.0-alpha.16", | ||
"react-addons-test-utils": "15.3.0", | ||
"react-hot-loader": "3.0.0-beta.6" | ||
}, | ||
"version": "1.0.0-alpha.15" | ||
"version": "1.0.0-alpha.16" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9
9676483
35558