/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/mixed/commonjs.js
11 строк
223 B
Tobias Koppers
removed LabeledModules
07 сен 2016, 13:25
07 сен 2016, 13:25
a14e563
Код
Авторство
О чём код?
// CommonJs Module Format module.exports = 123; // but you can use amd style requires require( ["./amd", "./harmony"], function(amd1, harmony) { var amd2 = require("./amd"); var harmony2 = require("./harmony"); } );