Your Name hace 3 años
padre
commit
f1bc7da76f
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      config/index.js

+ 4
- 4
config/index.js Ver fichero

@@ -29,7 +29,7 @@ const config = {
29 29
   },
30 30
   copy: {
31 31
     patterns: [
32
-      { from: 'src/native/', to: 'dist/native/' },
32
+      // { from: 'src/native/', to: 'dist/native/' },
33 33
     ],
34 34
     options: {
35 35
     }
@@ -37,9 +37,9 @@ const config = {
37 37
   framework: 'react',
38 38
   mini: {
39 39
     compile: {
40
-      exclude: [
41
-        path.resolve(__dirname, '..', 'src/native/')
42
-      ]
40
+      // exclude: [
41
+      //   path.resolve(__dirname, '..', 'src/native/')
42
+      // ]
43 43
     },
44 44
     postcss: {
45 45
       pxtransform: {