mark.js (151B)
- if (process.env.NODE_ENV === 'production') {
- module.exports = {};
- } else {
- module.exports = {
- test: /\.js$/,
- loader: 'mark-loader',
- };
- }
git clone https://anongit.hacktivis.me/git/mastofe.git/
mark.js (151B)
- if (process.env.NODE_ENV === 'production') {
- module.exports = {};
- } else {
- module.exports = {
- test: /\.js$/,
- loader: 'mark-loader',
- };
- }