@s-ui/bundler 7.37.0 → 7.38.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.
@@ -29,7 +29,6 @@ module.exports = config => ({
29
29
  historyApiFallback: {
30
30
  disableDotRule: true
31
31
  },
32
- watch: config.watch,
33
32
  onAfterSetupMiddleware(devServer) {
34
33
  // This service worker file is effectively a 'no-op' that will reset any
35
34
  // previous service worker registered for the same host:port combination.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s-ui/bundler",
3
- "version": "7.37.0",
3
+ "version": "7.38.0",
4
4
  "description": "Config-free bundler for ES6 React apps.",
5
5
  "bin": {
6
6
  "sui-bundler": "./bin/sui-bundler.js"