Skip to content

Commit e629c99

Browse files
committed
Fix comments
1 parent 623be8c commit e629c99

8 files changed

+8
-8
lines changed

.bootstraprc-3-default

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ styleLoaders:
1515
# Different settings for different environments can be used,
1616
# It depends on value of NODE_ENV environment variable
1717
# This param can also be set in webpack config:
18-
# entry: 'bootstrap?extractStyles!./app'
18+
# entry: 'bootstrap-loader/extractStyles'
1919
extractStyles: false
2020
# env:
2121
# development:

.bootstraprc-4-default

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ styleLoaders:
1818
# Different settings for different environments can be used,
1919
# It depends on value of NODE_ENV environment variable
2020
# This param can also be set in webpack config:
21-
# entry: 'bootstrap?extractStyles!./app'
21+
# entry: 'bootstrap-loader/extractStyles'
2222
extractStyles: false
2323
# env:
2424
# development:

examples/basic/.bootstraprc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ styleLoaders:
1515
# Different settings for different environments can be used,
1616
# It depends on value of NODE_ENV environment variable
1717
# This param can also be set in webpack config:
18-
# entry: 'bootstrap?extractStyles!./app'
18+
# entry: 'bootstrap-loader/extractStyles'
1919
extractStyles: false
2020
# env:
2121
# development:

examples/basic/.bootstraprc-3-example

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ styleLoaders:
1515
# Different settings for different environments can be used,
1616
# It depends on value of NODE_ENV environment variable
1717
# This param can also be set in webpack config:
18-
# entry: 'bootstrap?extractStyles!./app'
18+
# entry: 'bootstrap-loader/extractStyles'
1919
extractStyles: false
2020
# env:
2121
# development:

examples/basic/.bootstraprc-4-example

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ styleLoaders:
1818
# Different settings for different environments can be used,
1919
# It depends on value of NODE_ENV environment variable
2020
# This param can also be set in webpack config:
21-
# entry: 'bootstrap?extractStyles!./app'
21+
# entry: 'bootstrap-loader/extractStyles'
2222
extractStyles: false
2323
# env:
2424
# development:

examples/css-modules/.bootstraprc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ styleLoaders:
1515
# Different settings for different environments can be used,
1616
# It depends on value of NODE_ENV environment variable
1717
# This param can also be set in webpack config:
18-
# entry: 'bootstrap?extractStyles!./app'
18+
# entry: 'bootstrap-loader/extractStyles'
1919
extractStyles: false
2020
# env:
2121
# development:

examples/css-modules/.bootstraprc-3-example

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ styleLoaders:
1515
# Different settings for different environments can be used,
1616
# It depends on value of NODE_ENV environment variable
1717
# This param can also be set in webpack config:
18-
# entry: 'bootstrap?extractStyles!./app'
18+
# entry: 'bootstrap-loader/extractStyles'
1919
extractStyles: false
2020
# env:
2121
# development:

examples/css-modules/.bootstraprc-4-example

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ styleLoaders:
1818
# Different settings for different environments can be used,
1919
# It depends on value of NODE_ENV environment variable
2020
# This param can also be set in webpack config:
21-
# entry: 'bootstrap?extractStyles!./app'
21+
# entry: 'bootstrap-loader/extractStyles'
2222
extractStyles: false
2323
# env:
2424
# development:

0 commit comments

Comments
 (0)