@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minnai/create-aura-app",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Scaffolding tool for new Aura projects",
5
5
  "bin": "dist/index.js",
6
6
  "files": [
@@ -273,10 +273,11 @@ export default {
273
273
  ],
274
274
  resolve: {
275
275
  alias: {
276
- 'react': path.resolve(__dirname, './node_modules/react'),
277
- 'react-dom': path.resolve(__dirname, './node_modules/react-dom'),
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