webpack/test/configCases/plugins/uglifyjs-plugin/test.js

12 lines
173 B
JavaScript

/** @preserve comment should be stripped test.1 */
var foo = {};
// comment should be stripped test.2
/**
* comment should be stripped test.3
*/
module.exports = foo;