~cytrogen/masto-fe

ref: 09ebf7e37c8bdaaf15f02cfec0d117ed55d63dae masto-fe/config/webpack/rules/mark.js -rw-r--r-- 151 bytes
09ebf7e3 — gunchleoc [Glitch] Replace 'favourite' by 'favorite' for American English 2 years ago
                                                                                
1
2
3
4
5
6
7
8
if (process.env.NODE_ENV === 'production') {
  module.exports = {};
} else {
  module.exports = {
    test: /\.js$/,
    loader: 'mark-loader',
  };
}