1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

chore: migrate fully to Yarn (#3155)

* chore: migrate to Yarn package manager

* chore: bump deps, move `expose-loader` to correct deps section

* fix: remove package from old typescript shim

* feat: use Yarn Plug'n'Play

* chore: keep `node_modules` ignored for people who choose to use npm anyway

* Revert "feat: use Yarn Plug'n'Play"

This reverts commit 9781c8c8d5.
This commit is contained in:
David Wheatley
2021-11-10 20:10:25 +00:00
committed by GitHub
parent 83412537a2
commit 62486045b9
9 changed files with 4537 additions and 7798 deletions

View File

@@ -1,5 +1,5 @@
const config = require('flarum-webpack-config');
const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
module.exports = merge(config(), {
output: {