Created
June 1, 2018 07:00
-
-
Save huang-xiao-jian/bc3fe070f598bef4424eab196ac1de38 to your computer and use it in GitHub Desktop.
webpack 多模块加载
This file contains 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
const req = require.context('../src/stories', true, /\.story\.jsx?$/); | |
req.keys().forEach((filename) => req(filename)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment