/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/runtime-integration/webpack-3/webpack.absolute.config.js
12 строк
237 B
Huáng Jùnliàng
Ensure `@babel/runtime-corejs3/core-js/*.js` can be imported on Node.js 17+ (#15060)
20 окт 2022, 07:51
Не верифицирован
20 окт 2022, 07:51
cbef14b
Код
Авторство
О чём код?
const path = require("path"); module.exports = { entry: path.join(__dirname, "../src/absolute/main-esm.mjs"), output: { path: __dirname, filename: "output-absolute.js", hashFunction: "sha256", }, devtool: false, };