Code Monkey home page Code Monkey logo

Comments (6)

apertureless avatar apertureless commented on May 23, 2024

What webpack version are you using?

As you can see in the package.json the main entry is the bundled umd file.

And a transpiled ES module file is set as jsnext:main and module. Which is actually transpiled to be runable, expect that is has import and export statements. So that if you're using rollup / webpack2 you have proper tree-shaking.

If you're using webpack 2, it should automatically load the es module, as it supports the jsnext:main and module .

Webpack 1 does not support this as far as I know. So you have to import the file manually or set an alias.

import { Line } from 'vue-chartjs/es'

You can also import from the src however you need to know what you're doing then, because then you are importing untranspiled files.

from vue-chartjs.

gwilakers avatar gwilakers commented on May 23, 2024

Ah sorry, I had thought I included my Webpack version in the initial comment. I am using Webpack 2.2.1.

I am going to run through my configs again at some point today and I will update you on what I figure out. Thanks for the quick response!

from vue-chartjs.

apertureless avatar apertureless commented on May 23, 2024

Are you using a custom config or the vue init scaffold ?

from vue-chartjs.

gwilakers avatar gwilakers commented on May 23, 2024

I am using a custom config.

from vue-chartjs.

apertureless avatar apertureless commented on May 23, 2024

Can you post your webpack.config or even better, provide a minimal repo for reproduction ?

from vue-chartjs.

apertureless avatar apertureless commented on May 23, 2024

Any updates on this @gwilakers ?

from vue-chartjs.

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.