We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3932e5 commit 94c0f07Copy full SHA for 94c0f07
.travis.yml
@@ -7,7 +7,7 @@ install:
7
- npm install webpack -g
8
- pwd
9
- cd ../
10
- - git clone -b "2.3.2" https://github.com/Graylog2/graylog2-server.git
+ - git clone -b "2.4.0" https://github.com/Graylog2/graylog2-server.git
11
- cd graylog2-server/graylog2-web-interface
12
- npm install
13
- webpack --config webpack.vendor.js
package.json
@@ -24,6 +24,8 @@
24
"immutable": "^3.7.5"
25
},
26
"devDependencies": {
27
- "graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin"
+ "graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin",
28
+ "webpack": "^3.11.0",
29
+ "webpack-cli": "^2.1.3"
30
}
31
0 commit comments