From 0b2d36005043a9ebfb80d4e4c044f4d0e9d9bd84 Mon Sep 17 00:00:00 2001 From: William Welling Date: Wed, 3 Jul 2024 11:59:36 -0500 Subject: [PATCH] Remove unnecessary build config --- .wvr/build-config.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.wvr/build-config.js b/.wvr/build-config.js index b882595..e76e65d 100644 --- a/.wvr/build-config.js +++ b/.wvr/build-config.js @@ -70,24 +70,6 @@ const config = { from: './node_modules/bootstrap/dist/css/bootstrap.min.css.map', to: './resources/styles/bootstrap/dist/css/bootstrap.min.css.map', }, - { - from: './node_modules/tinymce/plugins/**/plugin.js', - to({ context, absoluteFilename }) { - return `${absoluteFilename.replace(/^.*\/node_modules\/tinymce\/plugins\//, "plugins/")}`; - }, - }, - { - from: './node_modules/tinymce/themes/**/theme.js', - to({ context, absoluteFilename }) { - return `${absoluteFilename.replace(/^.*\/node_modules\/tinymce\/themes\//, "themes/")}`; - }, - }, - { - from: './node_modules/tinymce/skins/**/*.css', - to({ context, absoluteFilename }) { - return `${absoluteFilename.replace(/^.*\/node_modules\/tinymce\/skins\//, "skins/")}`; - }, - }, ], entry: { app: [