Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 177 Bytes

File metadata and controls

13 lines (12 loc) · 177 Bytes

webpack.config.js

  module: {
    rules: [
      {
        test: /\.pug$|\.jade$/,
        use: ['babel-loader', 'pug-react-loader'],
      },
      ...
    ],
  },