Created
December 15, 2017 05:33
-
-
Save hach-que/3f25121017afe9cb4bd72949b37d740b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Instructs WebPack to bundle up skin assets alongside TinyMCE. See: | |
// https://www.tinymce.com/docs/advanced/usage-with-module-loaders/#webpackfile-loader | |
(require as any).context( | |
'file-loader?name=[path][name].[ext]&outputPath=assets/&context=node_modules/tinymce!tinymce/skins', | |
true, | |
/.*/ | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment