Git Product home page Git Product logo

Comments (5)

jcsmorais avatar jcsmorais commented on September 20, 2024

Hi @sAnti09,

Thanks for reporting this issue.

Can you elaborate more on what you're doing and how so that's it's becomes easy to try to reproduce the behavior?

Namely:

  1. which environment you're running on
  2. which browser (version included)
  3. which version of flatpickr
  4. which version of shortcut-buttons-flatpickr

The errors you posted aren't saying much..

Unexpected token: operator (>) [vendor-bundle-025d2a7274f90be4f253.js:130115,17]

Can you post the piece of code where it's breaking on?

Thanks.

from shortcut-buttons-flatpickr.

sAnti09 avatar sAnti09 commented on September 20, 2024

I'm trying to build the project for production.

  1. NODE_ENV=production
  2. Didn't need to run in browser since error throws during webpack build for production.
  3. "flatpickr": "^4.1.0", "@types/flatpickr": "^3.1.2"
  4. "shortcut-buttons-flatpickr": "^0.2.3"

Yes, the errors doesn't say much. That's all I got too.

Actually I've been able to run it nicely in development using
import ShortcutButtonsPlugin from 'shortcut-buttons-flatpickr/dist/shortcut-buttons-flatpickr'. The problem is when I build for production.

from shortcut-buttons-flatpickr.

jcsmorais avatar jcsmorais commented on September 20, 2024

@sAnti09 can you try to import with the following path?

import { ShortcutButtonsPlugin } from 'shortcut-buttons-flatpickr/dist/types/index.d';

from shortcut-buttons-flatpickr.

sAnti09 avatar sAnti09 commented on September 20, 2024

Yes. It doesn't work @jcsmorais.

ERROR in ./node_modules/shortcut-buttons-flatpickr/dist/types/index.d.ts
Module parse failed: /Users/james/Documents/workspace/rails/dbocl/client/node_modules/shortcut-buttons-flatpickr/dist/types/index.d.ts Unexpected token (2:7)
You may need an appropriate loader to handle this file type.
| import { Instance as Flatpickr } from 'flatpickr/dist/types/instance.d';
| export declare namespace ShortcutButtonsFlatpickr {
|     type OnClickSignature = (index: number, fp: Flatpickr) => void;

from shortcut-buttons-flatpickr.

jcsmorais avatar jcsmorais commented on September 20, 2024

@sAnti09 that might be a webpack configuration related error, have you seen this thread: TypeStrong/ts-loader#742 ?

Hopefully it'll shed some light, if it doesn't, maybe you can provide the steps/files to reproduce the behavior you're seeing.

from shortcut-buttons-flatpickr.

Related Issues (15)

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.