File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ test: esm/.compiled
25
25
26
26
build : index.js compat.js
27
27
28
- index.js : $( SOURCES )
28
+ index.js : esm/.compiled
29
29
@rollup $(CURDIR ) /esm/index.js \
30
30
--config $(ROOT ) /bundle_config.js \
31
31
--banner " /* $( PACKAGE) @$( VERSION) */" \
@@ -34,7 +34,7 @@ index.js: $(SOURCES)
34
34
--output.file $@
35
35
@echo -e " $( OK) $@ built"
36
36
37
- compat.js : $( SOURCES )
37
+ compat.js : esm/.compiled
38
38
@rollup $(CURDIR ) /esm/index.js \
39
39
--config $(ROOT ) /compat_config.js \
40
40
--banner " /* $( PACKAGE) @$( VERSION) */" \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ test: esm/.compiled
25
25
26
26
build : index.js compat.js
27
27
28
- index.js : $( SOURCES )
28
+ index.js : esm/.compiled
29
29
@rollup $(CURDIR ) /esm/index.js \
30
30
--config $(ROOT ) /bundle_config.js \
31
31
--banner " /* $( PACKAGE) @$( VERSION) */" \
@@ -34,7 +34,7 @@ index.js: $(SOURCES)
34
34
--output.file $@
35
35
@echo -e " $( OK) $@ built"
36
36
37
- compat.js : $( SOURCES )
37
+ compat.js : esm/.compiled
38
38
@rollup $(CURDIR ) /esm/index.js \
39
39
--config $(ROOT ) /compat_config.js \
40
40
--banner " /* $( PACKAGE) @$( VERSION) */" \
You can’t perform that action at this time.
0 commit comments