Skip to content

Commit

Permalink
Remove unnecessary build config
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jul 3, 2024
1 parent ae60e79 commit 0b2d360
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .wvr/build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 0b2d360

Please sign in to comment.