Skip to content

Commit

Permalink
Adding explicit buffer dependency. (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers authored Dec 2, 2021
1 parent 1e6b6d9 commit 1279bf1
Show file tree
Hide file tree
Showing 3 changed files with 978 additions and 2,081 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
],
"author": "Graylog, Inc. <[email protected]>",
"dependencies": {
"buffer": "^6.0.3",
"graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ const { loadBuildConfig } = require('graylog-web-plugin');
const path = require('path');

// Remember to use the same name here and in `getUniqueId()` in the java MetaData class
module.exports = new PluginWebpackConfig('org.graylog.integrations.IntegrationsPlugin', loadBuildConfig(path.resolve(__dirname, './build.config')), {
module.exports = new PluginWebpackConfig(__dirname, 'org.graylog.integrations.IntegrationsPlugin', loadBuildConfig(path.resolve(__dirname, './build.config')), {
// Here goes your additional webpack configuration.
});
Loading

0 comments on commit 1279bf1

Please sign in to comment.