cfb-editor/nwb.config.js

14 lines
229 B
JavaScript
Raw Normal View History

2017-10-29 02:52:12 +00:00
module.exports = {
type: 'react-app',
webpack: {
extra: {
module: {
rules: [
// {test: /\.html$/, loader: 'html-loader'},
{test: /\.md$/, use: 'raw-loader'}
]
}
}
}
};