@minnai/create-aura-app 0.0.18 → 0.0.19
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/package.json
CHANGED
|
@@ -273,10 +273,11 @@ export default {
|
|
|
273
273
|
],
|
|
274
274
|
resolve: {
|
|
275
275
|
alias: {
|
|
276
|
-
|
|
277
|
-
'react
|
|
276
|
+
// Allow standard node resolution
|
|
277
|
+
// 'react': path.resolve(__dirname, './node_modules/react'),
|
|
278
|
+
// 'react-dom': path.resolve(__dirname, './node_modules/react-dom'),
|
|
278
279
|
},
|
|
279
|
-
dedupe: ['react', 'react-dom']
|
|
280
|
+
dedupe: ['react', 'react-dom', '@minnai/aura']
|
|
280
281
|
},
|
|
281
282
|
server: {
|
|
282
283
|
port: 5175
|