|
@@ -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: {
|