Giter VIP home page Giter VIP logo

Comments (8)

sagalbot avatar sagalbot commented on May 26, 2024

Are you including babel in your build process? If so do you have a .babelrc?

from vue-select.

Gala-1024 avatar Gala-1024 commented on May 26, 2024

{
test: /.js$/,
loader: 'babel',
include: projectRoot,
exclude: /node_modules/,
query:{presets: ['es2015']},
}

from vue-select.

sagalbot avatar sagalbot commented on May 26, 2024

Try adding a .babelrc with

{
  "presets": ["es2015", "stage-2"],
  "plugins": ["transform-runtime"]
}

from vue-select.

Gala-1024 avatar Gala-1024 commented on May 26, 2024

{
test: /.js$/,
loader: 'babel',
include: projectRoot,
exclude: /node_modules/,
query:{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"]
}
}

ERROR in static/js/0.e13390ebf2d1ee6e60ea.js from UglifyJs
Unexpected token punc «(», expected punc «:» [./~/vue-select/src/mixins/pointerScroll.js:9,0]

from vue-select.

sagalbot avatar sagalbot commented on May 26, 2024

Seems like babel-loader isn't being properly run. Are you using ES6 throughout your project?

from vue-select.

sagalbot avatar sagalbot commented on May 26, 2024

The error is that uglify is expecting maybeAdjustScroll: function(), but it's receiving maybeAdjustScroll()

from vue-select.

sagalbot avatar sagalbot commented on May 26, 2024

@cgygd did you have any luck solving your issue?

from vue-select.

sagalbot avatar sagalbot commented on May 26, 2024

Closing due to lack of reply.

from vue-select.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.