about summary refs log tree commit diff
path: root/config/webpack/rules/mark.js
blob: e62a526b02a4a90beab27e517b7774dea72235ff (plain) (blame)
1
2
3
4
5
6
7
8
if (process.env.NODE_ENV === 'production') {
  module.exports = {};
} else {
  module.exports = {
    test: /\.js$/,
    loader: 'mark-loader',
  };
}