Giter Site home page Giter Site logo

Comments (3)

shlomiassaf avatar shlomiassaf commented on July 26, 2024

How can someone understand from this description, hi man open source give a little take some :) make an effort.

Anyway, I ran into you'r issue so I don't need much:
duplicate to #16

This semi-workaround will make it work on dev builds:

import moment from 'moment';

This will not work on production build, ngc will throw (it gets ignored on dev)

The core issue is with rollup build handling CommonJS modules.

When doing:

import * as moment from 'moment'

You satisfy typescript (and you write the correct import statement) but in the bundling process rollup will mis handle this package and make moment the module itself with a default property that is the moment function.

This is why you get the error.

In the "semi-workaround" you actually import using a statement rollup would expect so everything is fine (remember TS will output ES6 to rollup)

Now you can run in dev but you will see a TS error since you import incorrectly.

from ionic-app-scripts.

danbucholtz avatar danbucholtz commented on July 26, 2024

Hi @iron9light πŸ˜„ ,

This is a duplicate as @shlomiassaf noted. We are aware of the issue. We will fix it.

@shlomiassaf - no need to be rude to @iron9light. Please follow our code of conduct.

I'm going to close this issue and work off of the original.

Thanks,
Dan

from ionic-app-scripts.

iron9light avatar iron9light commented on July 26, 2024

@danbucholtz Thank you and this friendly community.
@shlomiassaf Thank you for your explain, and reminding. I will do more homework before next issue. Trust me, I do know what contribution mean.

from ionic-app-scripts.

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.