/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/watchCases/plugins/automatic-prefetch-plugin-9485/webpack.config.js
17 строк
318 B
Alexander Akait
chore: resolve "use strict" TODO (#19705)
16 июл 2025, 17:29
Не верифицирован
16 июл 2025, 17:29
d8690f3
Код
Авторство
О чём код?
"use strict"; const path = require("path"); const webpack = require("../../../../"); /** @type {import("../../../../").Configuration} */ module.exports = { module: { rules: [ { test: /delayed/, use: path.resolve(__dirname, "./delayed") } ] }, plugins: [new webpack.AutomaticPrefetchPlugin()] };