Giter Club home page Giter Club logo

Comments (7)

mesqueeb avatar mesqueeb commented on June 4, 2024

🤔 can you share a reproduction? Never seen that error before.

from blitzar.

nurielmeni avatar nurielmeni commented on June 4, 2024

I have just created an empty quasar project, with npm init quasar, vite cli, typescript, eslint.
replaced the content of ExampleComponent.vue with:
ExampleComponent.vue.zip

Updated:
quasar.config.js -> framework -> components: ['QInput', 'QSlider', 'QSelect', 'QOptionGroup', 'QToggle']

When runing in dev: "quasar dev" all works fine
When trying to build for production: "Quasar build" the process stuck

  • App • WAIT • Compiling of SPA UI with Vite in progress...

when using (TypeScript): <script setup lang="ts"> It shows squiggly line with the message: Cannot find module 'blitzar' or its corresponding type declarations.ts(2307)

Please advice :)

P.S: I had a previous version of the app where all was working fine, something probably changed.

from blitzar.

nurielmeni avatar nurielmeni commented on June 4, 2024

🤔 can you share a reproduction? Never seen that error before.

Hi,
Did you manage to look at the issue? It is very peculiar that in dev its running file and on build it halts.

from blitzar.

abbjetmus avatar abbjetmus commented on June 4, 2024

The same is happening for me registering BlitzForm as a global component I can't build the project any more.

Just add this in a Quasar boot file and it should stuck without any messages:

import { boot } from 'quasar/wrappers'
import { BlitzForm } from 'blitzar'

export default boot(({ app }) => {
  app.component('BlitzForm', BlitzForm)
})

@nurielmeni did you find a workaround for this?

from blitzar.

mgineer85 avatar mgineer85 commented on June 4, 2024

Same for me after changing from webpack to vite to build. Any idea how to resolve?

from blitzar.

linven avatar linven commented on June 4, 2024

Same for me too.
yarn create quasar, vite cli, typescript, eslint.

from blitzar.

mgineer85 avatar mgineer85 commented on June 4, 2024

Anybody aware of a maintained alternative?

from blitzar.

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.