This commit is contained in:
Bastien Abadie 2022-05-17 23:15:20 +02:00 коммит произвёл Sebastian Hengst
Родитель a7b1b6955e
Коммит 13a6f1f72f
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,7 @@
const path = require('path');
module.exports = {
rootDir: '/app',
rootDir: path.resolve(__dirname),
moduleDirectories: ['node_modules'],
moduleFileExtensions: ['web.jsx', 'web.js', 'wasm', 'jsx', 'js', 'json'],
moduleNameMapper: {