@elliemae/pui-cli 6.0.0-beta.11 → 6.0.0-beta.12

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.
@@ -8,9 +8,7 @@ const {
8
8
  isApp,
9
9
  getAlias,
10
10
  excludeNodeModulesExcept,
11
- modulesToTranspile,
12
11
  } = require('./helpers');
13
- const { ESBUILD_TARGET } = require('../esbuild');
14
12
 
15
13
  const IS_APP = isApp();
16
14
  const CWD = process.cwd();
@@ -91,20 +89,6 @@ const getModulePreRules = () => [
91
89
  ];
92
90
 
93
91
  const getModuleRules = () => [
94
- {
95
- test: /\.(js|ts|jsx|tsx)$/,
96
- exclude: excludeNodeModulesExcept(modulesToTranspile),
97
- resolve: {
98
- fullySpecified: false,
99
- },
100
- use: {
101
- loader: 'esbuild-loader',
102
- options: {
103
- loader: 'jsx',
104
- target: ESBUILD_TARGET,
105
- },
106
- },
107
- },
108
92
  {
109
93
  test: /\.(woff|woff2)$/,
110
94
  exclude: excludeNodeModulesExcept(['@elliemae/*']),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.0.0-beta.11",
3
+ "version": "6.0.0-beta.12",
4
4
  "private": false,
5
5
  "description": "EllieMae Platform UI CLI",
6
6
  "sideEffects": false,
@@ -76,6 +76,7 @@
76
76
  "@storybook/addon-controls": "~6.4.1",
77
77
  "@storybook/addon-docs": "~6.4.1",
78
78
  "@storybook/addon-events": "~6.2.9",
79
+ "@storybook/addon-interactions": "~6.4.1",
79
80
  "@storybook/addon-links": "~6.4.1",
80
81
  "@storybook/addon-storysource": "~6.4.1",
81
82
  "@storybook/addon-toolbars": "~6.4.1",
@@ -225,11 +226,11 @@
225
226
  "svgo": "~2.8.0",
226
227
  "terser-webpack-plugin": "~5.2.5",
227
228
  "ts-node": "~10.4.0",
228
- "tsc-alias": "~1.4.1",
229
+ "tsc-alias": "~1.4.2",
229
230
  "tsc-files": "~1.1.3",
230
231
  "tsconfig-paths": "~3.12.0",
231
232
  "tsconfig-paths-webpack-plugin": "~3.5.2",
232
- "type-fest": "~2.6.0",
233
+ "type-fest": "~2.7.0",
233
234
  "typescript": "~4.5.2",
234
235
  "update-notifier": "~5.1.0",
235
236
  "url-loader": "~4.1.1",
@@ -246,7 +247,7 @@
246
247
  "webpack-strip-block": "~0.3.0",
247
248
  "whatwg-fetch": "~3.6.2",
248
249
  "workbox-webpack-plugin": "~6.4.1",
249
- "yargs": "~17.2.1"
250
+ "yargs": "~17.3.0"
250
251
  },
251
252
  "devDependencies": {
252
253
  "redux": "~4.1.2",