~cytrogen/masto-fe

ref: 2dfa8f797a50364268c0e8434e37a29f9eeb652c masto-fe/config/webpack/rules/mark.js -rw-r--r-- 151 bytes
2dfa8f79 — Claire Fix LinkCrawlWorker crashing on `null` `created_at` (#26151) 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',
  };
}