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

bring local dev flarum-webpack-config to core for easier development

This commit is contained in:
David Sevilla Martin
2020-03-07 10:15:47 -05:00
parent 8ea7f9bc17
commit 4910205dc7
8 changed files with 1909 additions and 593 deletions

View File

@@ -1,3 +1,3 @@
{
"extends": "flarum-webpack-config/tsconfig.json"
"extends": "./webpack-flarum-tsconfig"
}