Skip to content

Commit

Permalink
Merge pull request #601 from lblod/internal/update-editor-packages
Browse files Browse the repository at this point in the history
update `@lblod/ember-rdfa-editor-lblod-plugins` to 15.0.0
  • Loading branch information
abeforgit authored Nov 23, 2023
2 parents 40a7658 + f79335b commit 754c012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-moons-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frontend-gelinkt-notuleren": patch
---

Update `@lblod/ember-rdfa-editor-lblod-plugins` to 15.0.0
14 changes: 0 additions & 14 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const EmberApp = require('ember-cli/lib/broccoli/ember-app');
const envIsProduction = process.env.EMBER_ENV === 'production';
const webpack = require('webpack');

module.exports = function (defaults) {
let app = new EmberApp(defaults, {
Expand Down Expand Up @@ -39,19 +38,6 @@ module.exports = function (defaults) {
babel: {
sourceMaps: 'inline',
},
autoImport: {
webpack: {
plugins: [
//This is for the besluit-type-plugin. The SPARQL fetcher is made compatible with an older version of Webpack where this module was packaged by default.
new webpack.ProvidePlugin({
process: 'process/browser',
}),
new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer'],
}),
],
},
},
});

return app.toTree();
Expand Down

0 comments on commit 754c012

Please sign in to comment.