Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 9711c2d

Browse files
committed
refactor: remove obsolete comment include the --bundle flag
The webpack configurations contain an obsolete comment which is no longer needed since {N} 6.0 is webpack-only.
1 parent b9da425 commit 9711c2d

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

demo/AngularApp/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ module.exports = env => {
3737
const {
3838
// The 'appPath' and 'appResourcesPath' values are fetched from
3939
// the nsconfig.json configuration file
40-
// when bundling with `tns run android|ios --bundle`.
4140
appPath = "src",
4241
appResourcesPath = "App_Resources",
4342

demo/JavaScriptApp/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module.exports = env => {
3232
const {
3333
// The 'appPath' and 'appResourcesPath' values are fetched from
3434
// the nsconfig.json configuration file
35-
// when bundling with `tns run android|ios --bundle`.
3635
appPath = "app",
3736
appResourcesPath = "app/App_Resources",
3837

demo/TypeScriptApp/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ module.exports = env => {
3333
const {
3434
// The 'appPath' and 'appResourcesPath' values are fetched from
3535
// the nsconfig.json configuration file
36-
// when bundling with `tns run android|ios --bundle`.
3736
appPath = "app",
3837
appResourcesPath = "app/App_Resources",
3938

templates/webpack.angular.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ module.exports = env => {
3636
const {
3737
// The 'appPath' and 'appResourcesPath' values are fetched from
3838
// the nsconfig.json configuration file
39-
// when bundling with `tns run android|ios --bundle`.
4039
appPath = "src",
4140
appResourcesPath = "App_Resources",
4241

templates/webpack.javascript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module.exports = env => {
3131
const {
3232
// The 'appPath' and 'appResourcesPath' values are fetched from
3333
// the nsconfig.json configuration file
34-
// when bundling with `tns run android|ios --bundle`.
3534
appPath = "app",
3635
appResourcesPath = "app/App_Resources",
3736

templates/webpack.typescript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module.exports = env => {
3232
const {
3333
// The 'appPath' and 'appResourcesPath' values are fetched from
3434
// the nsconfig.json configuration file
35-
// when bundling with `tns run android|ios --bundle`.
3635
appPath = "app",
3736
appResourcesPath = "app/App_Resources",
3837

templates/webpack.vue.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module.exports = env => {
3535
const {
3636
// The 'appPath' and 'appResourcesPath' values are fetched from
3737
// the nsconfig.json configuration file
38-
// when bundling with `tns run android|ios --bundle`.
3938
appPath = "app",
4039
appResourcesPath = "app/App_Resources",
4140

0 commit comments

Comments
 (0)