mirror of https://github.com/webpack/webpack.git
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
|
module.exports = function(source) {
|
||
|
return `module.exports = "${this.mode}";`;
|
||
|
};
|