1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 16:05:05 +02:00

Support, update to webpack 5 (#3135)

This commit is contained in:
Alexander Skvortsov
2021-10-31 14:21:17 -04:00
committed by GitHub
parent 89dfad5f38
commit cb6405110c
4 changed files with 770 additions and 6041 deletions

View File

@@ -1,5 +1,5 @@
// Expose jQuery, mithril and dayjs to the window browser object
import 'expose-loader?exposes[]=$&exposes[]=jQuery!jquery';
import 'expose-loader?exposes=$,jQuery!jquery';
import 'expose-loader?exposes=m!mithril';
import 'expose-loader?exposes=dayjs!dayjs';