mirror of https://github.com/webpack/webpack.git
12 lines
173 B
JavaScript
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;
|