File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class RelayCompilerWebpackPlugin {
71
71
apply ( compiler ) {
72
72
var _this = this ;
73
73
74
- compiler . plugin ( 'after -compile' , ( ( ) => {
74
+ compiler . plugin ( 'before -compile' , ( ( ) => {
75
75
var _ref = _asyncToGenerator ( function * ( compilation , callback ) {
76
76
try {
77
77
const runner = new _relayCompiler . Runner ( {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " relay-compiler-webpack-plugin" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " Automatically run the Relay Compiler from Webpack" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class RelayCompilerWebpackPlugin {
59
59
}
60
60
61
61
apply ( compiler : Compiler ) {
62
- compiler . plugin ( 'after -compile' , async ( compilation , callback ) => {
62
+ compiler . plugin ( 'before -compile' , async ( compilation , callback ) => {
63
63
try {
64
64
const runner = new Runner ( {
65
65
parserConfigs : this . parserConfigs ,
You can’t perform that action at this time.
0 commit comments