@s-ui/bundler 9.24.0 → 9.27.0

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.
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  const program = require('commander')
3
3
 
4
- const pkg = require('../package.json')
5
- const version = pkg.version
4
+ const {version} = require('../package.json')
6
5
 
7
6
  program.version(version, ' --version')
8
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s-ui/bundler",
3
- "version": "9.24.0",
3
+ "version": "9.27.0",
4
4
  "description": "Config-free bundler for ES6 React apps.",
5
5
  "bin": {
6
6
  "sui-bundler": "./bin/sui-bundler.js"
@@ -32,7 +32,7 @@
32
32
  "commander": "8.3.0",
33
33
  "css-loader": "6.7.1",
34
34
  "css-minimizer-webpack-plugin": "4.0.0",
35
- "esbuild": "0.14.42",
35
+ "esbuild": "0.14.43",
36
36
  "escape-string-regexp": "4.0.0",
37
37
  "fast-glob": "3.2.11",
38
38
  "find-free-ports": "3.0.0",
@@ -42,13 +42,13 @@
42
42
  "postcss": "8.4.14",
43
43
  "postcss-loader": "7.0.0",
44
44
  "process": "0.11.10",
45
- "sass": "1.52.1",
45
+ "sass": "1.52.3",
46
46
  "stream-http": "3.2.0",
47
47
  "strip-ansi": "6.0.1",
48
48
  "style-loader": "3.3.1",
49
49
  "url": "0.11.0",
50
- "webpack": "5.72.1",
51
- "webpack-dev-server": "4.9.1",
50
+ "webpack": "5.73.0",
51
+ "webpack-dev-server": "4.9.2",
52
52
  "webpack-manifest-plugin": "5.0.0",
53
53
  "webpack-node-externals": "3.0.0"
54
54
  }
@@ -74,10 +74,7 @@ const webpackConfig = {
74
74
  minimizer: [minifyJs({extractComments, sourceMap}), minifyCss()].filter(
75
75
  Boolean
76
76
  ),
77
- runtimeChunk: true,
78
- splitChunks: {
79
- chunks: 'all'
80
- }
77
+ runtimeChunk: true
81
78
  },
82
79
  plugins: cleanList([
83
80
  new webpack.ProvidePlugin({