Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need transpile to ES2015 for IE11 #29

Open
mrleblanc101 opened this issue Sep 25, 2019 · 1 comment
Open

Need transpile to ES2015 for IE11 #29

mrleblanc101 opened this issue Sep 25, 2019 · 1 comment

Comments

@mrleblanc101
Copy link

Hi,
This plugin use ES6, which is not supported by IE11.
Could you transpile your ES? to ES2015 using Babel ?
Using nuxt i was able to add the plugin to the 'tanspile' build option and make it work, but NPM dependency should already be transpiled.

@pavel-lens
Copy link

Not sure if this works also in NuxtJS, but in classic VueJS app you can specify transpileDependencies in vue.config.js

module.exports = {
  transpileDependencies: [
    /node_modules[/\\\\]vue-sticky-directive[/\\\\]/
  ],
  publicPath: "/"
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants