taoeffect / vue-script2

Standardized, designer-friendly <script> behavior for your Single Page App
171 stars 15 forks source link

IE Support #17

Closed akhoury closed 6 years ago

akhoury commented 6 years ago

IE does not support element.remove() https://caniuse.com/#search=remove

Also had to upgrade a couple of module to be able to build

taoeffect commented 6 years ago

This PR changes way too many things. While I understand the desire to update the dependencies the problem with doing so is that your PR has resulted in an update to the minified JS file, which is an unacceptable security risk. Only I (the project maintainer) can generate that file.

Please re-submit with only the minimum changes needed to src/index.js. I'll later push a commit with the built dist file and will bump the version.

akhoury commented 6 years ago

understood, see https://github.com/taoeffect/vue-script2/pull/21

taoeffect commented 6 years ago

@akhoury thank you! i'll try to get a build out soon