/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/plugins/terser-plugin/extract.js
17 строк
357 B
Ed Morley
Rename test directories too
15 сен 2018, 14:30
15 сен 2018, 14:30
dd19dc0
Код
Авторство
О чём код?
var foo = {}; // ⚠️ move the following comment back to the top // https://github.com/mishoo/UglifyJS2/issues/2500 /** @preserve comment should be extracted extract-test.1 */ // comment should be stripped extract-test.2 /*! * comment should be extracted extract-test.3 */ /** * comment should be stripped extract-test.4 */ module.exports = foo;