/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/side-effects/example.js
9 строк
140 B
Tobias Koppers
rename `pure-module` to `side-effects`
14 сен 2017, 16:12
14 сен 2017, 16:12
c383d5e
Код
Авторство
О чём код?
import { a as a1, b as b1 } from "big-module"; import { a as a2, b as b2 } from "big-module-with-flag"; console.log( a1, b1, a2, b2 );