1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 00:17:31 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-20 03:32:36 -05:00
parent e3f051bf4b
commit 6dddb748ba
18 changed files with 4688 additions and 11807 deletions

View File

@@ -1,3 +1 @@
const config = require('flarum-webpack-config');
module.exports = config();
module.exports = require('flarum-webpack-config')();