Browse Source
Merge pull request #1054 from KurtRMueller/patch-1
Update inline syntax for webpack loaders
pull/1069/head
Lee Newson
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
advanced/usage-with-module-loaders.md
|
|
@ -78,7 +78,7 @@ Another option when using Webpack is to use the [file loader](https://github.com |
|
|
|
|
|
|
|
```javascript |
|
|
|
require.context( |
|
|
|
'file?name=[path][name].[ext]&context=node_modules/tinymce!tinymce/skins', |
|
|
|
'file-loader?name=[path][name].[ext]&context=node_modules/tinymce!tinymce/skins', |
|
|
|
true, |
|
|
|
/.*/ |
|
|
|
); |
|
|
|