when i run gulp polymer-build .js files are left untouched. All imports are absolute and I need them rewritten to e.g ../../@polymer/polymer-element just like polymer-cli build command does.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, I need help :)
Polymer cli command
polymer build
works fine. but I'm trying to make a script (gulp) to do this:polymer json:
when i run
gulp polymer-build
.js files are left untouched. All imports are absolute and I need them rewritten to e.g../../@polymer/polymer-element
just like polymer-cli build command does.Please help. It is urgent