diff --git a/.gitignore b/.gitignore index 8546e7d..32a5338 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules dist .publish *.iml +.idea \ No newline at end of file diff --git a/webpack.production.config.js b/webpack.production.config.js index 953ceff..b017812 100644 --- a/webpack.production.config.js +++ b/webpack.production.config.js @@ -26,6 +26,9 @@ export default { }, { test: /\.png$/, loader: 'file-loader?name=images/[name].[ext]?[hash]' + }, { + test: /\.jade$/, + loader: 'jade-react-loader' }, { test: /\.md$/, loader: 'html!markdown'