Skip to content
Snippets Groups Projects
Commit b110993a authored by Julien Puydt's avatar Julien Puydt
Browse files

Manually fix exports (Closes: #941353)

parent 8b19a072
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ node-magic-string (0.25.4-2) UNRELEASED; urgency=medium
[ Julien Puydt ]
* Add b-dep on node-rollup-plugin-replace.
* Manually fix exports (Closes: #941353).
-- Julien Puydt <jpuydt@debian.org> Tue, 01 Oct 2019 20:20:54 +0200
......
......@@ -5,3 +5,4 @@
override_dh_auto_build:
rollup -c && rollup -c --environment ES && rollup -c --environment DEPS
sed -i dist/magic-string.umd.js -e "s/export.__esModule = true;/object.defineProperty(exports, '__esModule', {value: true});/g"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment