Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddaaa01

Browse files
Merge pull request SimulatedGREG#439 from MGD4375/patch-1
Typo fix.
2 parents 72320d9 + ff322ae commit ddaaa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/webpack-configurations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Targets electron's `renderer` process. This configuration handles your Vue appli
1212

1313
##### White-listing Externals
1414

15-
One important thing to consider about this config is that you can whitelist specific modules to not treat as webpack `externals`. There aren't many use cases where this functionality is need, but for the case of Vue UI libraries that provide raw `*.vue` components they will need to be whitelisted, so `vue-loader` is able to compile them. Another use case would be using webpack `alias`es, such as setting `vue` to import the full Compiler + Runtime build. Because of this, `vue` is already in the whitelist.
15+
One important thing to consider about this config is that you can whitelist specific modules to not treat as webpack `externals`. There aren't many use cases where this functionality is needed, but for the case of Vue UI libraries that provide raw `*.vue` components they will need to be whitelisted, so `vue-loader` is able to compile them. Another use case would be using webpack `alias`es, such as setting `vue` to import the full Compiler + Runtime build. Because of this, `vue` is already in the whitelist.
1616

1717
### `.electron-vue/webpack.web.config.js`
1818

0 commit comments

Comments
 (0)