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
parent
commit
8f03fb09e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      advanced/usage-with-module-loaders.md

2
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,
/.*/
);

Loading…
Cancel
Save