@s-ui/bundler 9.61.0-beta.0 → 9.62.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.
package/README.md CHANGED
@@ -11,7 +11,7 @@ Features:
11
11
  ## Installation
12
12
 
13
13
  ```sh
14
- $ npm install @s-ui/bundler --save-dev
14
+ npm install @s-ui/bundler --save-dev --legacy-peer-deps
15
15
  ```
16
16
 
17
17
  ## Usage for web app bundling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s-ui/bundler",
3
- "version": "9.61.0-beta.0",
3
+ "version": "9.62.0",
4
4
  "description": "Config-free bundler for ES6 React apps.",
5
5
  "bin": {
6
6
  "sui-bundler": "./bin/sui-bundler.js"
@@ -55,7 +55,7 @@
55
55
  "style-loader": "3.3.1",
56
56
  "swc-loader": "0.2.1",
57
57
  "url": "0.11.0",
58
- "webpack-dev-server": "5.0.4",
58
+ "webpack-dev-server": "4.15.2",
59
59
  "webpack-manifest-plugin": "5.0.0",
60
60
  "webpack-node-externals": "3.0.0",
61
61
  "webpack": "5.82.1"
@@ -46,7 +46,7 @@ const webpackConfig = {
46
46
  timers: false
47
47
  },
48
48
  modules: ['node_modules', path.resolve(process.cwd())],
49
- extensions: ['.js', '.json']
49
+ extensions: ['.js', '.tsx', '.ts', '.json']
50
50
  },
51
51
  stats: 'errors-only',
52
52
  entry: {
@@ -24,7 +24,7 @@ module.exports = {
24
24
  https: require.resolve('https-browserify'),
25
25
  path: false
26
26
  },
27
- extensions: ['.js', '.json'],
27
+ extensions: ['.js', '.tsx', '.ts', '.json'],
28
28
  modules: ['node_modules', path.resolve(process.cwd())]
29
29
  },
30
30
  entry: config.vendor