Skip to content

Commit

Permalink
include webpack.config.js in includedFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Feb 29, 2024
1 parent 9efdb11 commit be0c15a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions packages/template-starter/renative.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"babel.config.js",
"next.config.js",
"next-env.d.ts",
"typings"
"typings",
"webpack.config.js"
],
"packageTemplate": {
"devDependencies": {
Expand All @@ -26,8 +27,16 @@
"babel-loader": "9.1.3"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"@babel/traverse": "7.15.0",
Expand All @@ -38,4 +47,4 @@
"platforms": {},
"plugins": {},
"extendsTemplate": "@rnv/template-starter/renative.json"
}
}

0 comments on commit be0c15a

Please sign in to comment.