@machtwatch/react-script 1.2.11-alpha.7 → 1.2.11-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machtwatch/react-script",
3
- "version": "1.2.11-alpha.7",
3
+ "version": "1.2.11-alpha.8",
4
4
  "description": "Machtwatch React script",
5
5
  "author": "Danny Reza Miloen <danny@machtwatch.co.id>",
6
6
  "contributors": [],
@@ -102,8 +102,6 @@
102
102
  "simple-progress-webpack-plugin": "^2.0.0",
103
103
  "speed-measure-webpack-plugin": "^1.5.0",
104
104
  "style-loader": "^3.3.1",
105
- "stylelint": "^16.10.0",
106
- "stylelint-webpack-plugin": "^5.0.1",
107
105
  "terser": "^5.14.1",
108
106
  "terser-webpack-plugin": "^5.3.3",
109
107
  "url-loader": "^4.1.1",
@@ -11,7 +11,6 @@ const PurgecssPlugin = require('purgecss-webpack-plugin');
11
11
  const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');
12
12
  const LoadablePlugin = require('@loadable/webpack-plugin');
13
13
  const WorkboxPlugin = require('workbox-webpack-plugin');
14
- const StyleLintPlugin = require('stylelint-webpack-plugin');
15
14
  const ImageminWebpWebpackPlugin = require('imagemin-webp-webpack-plugin');
16
15
  const SimpleProgressWebpackPlugin = require('simple-progress-webpack-plugin');
17
16
  const { SubresourceIntegrityPlugin } = require('webpack-subresource-integrity');
@@ -484,11 +483,6 @@ const clientConfig = {
484
483
  },
485
484
  plugins: [
486
485
  ...baseClientConfig.plugins,
487
- new StyleLintPlugin({
488
- configFile: `${paths.appPath}/.stylelintrc`,
489
- extensions: ['less'],
490
- exclude: ['node_modules', 'coverage'],
491
- }),
492
486
  new webpack.HotModuleReplacementPlugin(),
493
487
  new SubresourceIntegrityPlugin(),
494
488
  new LoadablePlugin({