@elliemae/pui-cli 7.0.0-beta.12 → 7.0.0-beta.13

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.
@@ -132,12 +132,6 @@ const devConfig = {
132
132
  };
133
133
 
134
134
  const config = smp.wrap(baseConfigFactory(devConfig));
135
- config.plugins = config.plugins.concat([
136
- new ReactRefreshWebpackPlugin({
137
- overlay: {
138
- sockIntegration: 'whm',
139
- },
140
- }),
141
- ]);
135
+ config.plugins = config.plugins.concat([new ReactRefreshWebpackPlugin({})]);
142
136
 
143
137
  module.exports = config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "7.0.0-beta.12",
3
+ "version": "7.0.0-beta.13",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -88,7 +88,7 @@
88
88
  "@stylelint/postcss-css-in-js": "~0.37.2",
89
89
  "@svgr/webpack": "~6.2.1",
90
90
  "@swc/cli": "~0.1.57",
91
- "@swc/core": "~1.2.173",
91
+ "@swc/core": "~1.2.174",
92
92
  "@swc/jest": "~0.2.20",
93
93
  "@testing-library/jest-dom": "~5.16.4",
94
94
  "@testing-library/react": "~13.1.1",