logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

mark.js (151B)


  1. if (process.env.NODE_ENV === 'production') {
  2. module.exports = {};
  3. } else {
  4. module.exports = {
  5. test: /\.js$/,
  6. loader: 'mark-loader',
  7. };
  8. }