/
githubmirror
/
webpack
ОбзорДокументацияВойти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
webpack/
examples/module/
..
README.md

docs: update examples (#20943)

3 месяца назад
build.js

refactor Module.source() and Module.getRuntimeRequirements() into Module.codeGeneration add code generation phase to Compilation add `output.iife` options to remove iife wrapper add `experiments.outputModule` which enabled `output.module` add `output.module` which sets defaults to `output.iife: false`, `output.libraryTarget: "module"`, `output.jsonpScriptType: "module"`, `terserOptions.module: true` add `output.module` example improve runtime requirements needed by ConcatenatedModule add entry inlining, which inlines entry module code into runtime scope (only when safe) make whole bundle strict when all modules are strict

7 лет назад
counter.js

refactor Module.source() and Module.getRuntimeRequirements() into Module.codeGeneration add code generation phase to Compilation add `output.iife` options to remove iife wrapper add `experiments.outputModule` which enabled `output.module` add `output.module` which sets defaults to `output.iife: false`, `output.libraryTarget: "module"`, `output.jsonpScriptType: "module"`, `terserOptions.module: true` add `output.module` example improve runtime requirements needed by ConcatenatedModule add entry inlining, which inlines entry module code into runtime scope (only when safe) make whole bundle strict when all modules are strict

7 лет назад
example.js

add very basic library type "module"

6 лет назад
methods.js

refactor Module.source() and Module.getRuntimeRequirements() into Module.codeGeneration add code generation phase to Compilation add `output.iife` options to remove iife wrapper add `experiments.outputModule` which enabled `output.module` add `output.module` which sets defaults to `output.iife: false`, `output.libraryTarget: "module"`, `output.jsonpScriptType: "module"`, `terserOptions.module: true` add `output.module` example improve runtime requirements needed by ConcatenatedModule add entry inlining, which inlines entry module code into runtime scope (only when safe) make whole bundle strict when all modules are strict

7 лет назад
template.md

refactor Module.source() and Module.getRuntimeRequirements() into Module.codeGeneration add code generation phase to Compilation add `output.iife` options to remove iife wrapper add `experiments.outputModule` which enabled `output.module` add `output.module` which sets defaults to `output.iife: false`, `output.libraryTarget: "module"`, `output.jsonpScriptType: "module"`, `terserOptions.module: true` add `output.module` example improve runtime requirements needed by ConcatenatedModule add entry inlining, which inlines entry module code into runtime scope (only when safe) make whole bundle strict when all modules are strict

7 лет назад
webpack.config.js

refactor: examples (#20085)

9 месяцев назад
README.md