Skip to main content

All Questions

Tagged with
0 votes
0 answers
30 views

Vue3 Openlayers + webpack = can't resolve modules

webpack fails to resolve modules dependencies when compiling I got 94 erros like this: ERROR in ./node_modules/vue3-openlayers/dist/vue3-openlayers.es.js 63:0-41 Module not found: Error: Can't resolve ...
Sam's user avatar
  • 1,723
0 votes
0 answers
34 views

'stats' not allowed in Vue 3 cli?

I am trying to generate a stats report for my Vue 3 project. There is no way I can enable stats. I currently use webpack-bundle-analyzer to view a map of the bundles, but enabling a report for it ...
Rutwick Gangurde's user avatar
0 votes
0 answers
59 views

Faild to resolve component quasar framework

i'm trying to import my custom components inside main layout file, using quasar faramework but i constently giving this message "failed to resolve component", if i import them directly in ...
Ramin Samery's user avatar
1 vote
1 answer
33 views

Vuejs 2 & tinymce not working when importing from node_modules

I'm using tinymce editor and I'm trying to create a RichTextBox component in my vuejs2 project. I'm having an issue however that the imports that tinymce requires are not working when trying to import ...
babis95's user avatar
  • 612
0 votes
0 answers
47 views

Not works single-spa-vue and webpack5

I have 2 applications for my single-spa First application webpack.config.js: { mode: vars.webpackMode, entry: options.webpackEntries, experiments: { outputModule: ...
Davron Usmonov's user avatar
3 votes
2 answers
446 views

React app in Vue using webpack5 Module federation

I've created simple react App HelloComponent and try to insert into Vue application but i'm unsuccessful // React webpack config const { ModuleFederationPlugin } = require('webpack').container; const {...
Magento 2's user avatar
  • 123
0 votes
1 answer
236 views

How to integrate custom bulid CKEditor 5 in my Vue App

I have made a custom build from CKEditor 5 Online Builder and Downloaded it but It is build in Webpack and I'm using Vite in Vue 3 Project. I have tried below code: <script setup> import ...
Abdul Basit's user avatar
0 votes
1 answer
91 views

How to use Paged.js in Vue.js2?

let paged = new Previewer(); paged.preview('test', \[\], document.body).then((flow) =\> { console.log("Rendered", flow.total, "pages."); }); Facing issue: 1:1188-1197 export '...
Deepak Walia's user avatar
0 votes
0 answers
27 views

Vue2 webpack splitChunks wrong path

I have a Vue 2 UI library that I use in my main project as a dependency from node_modules. Since this library is becoming larger and larger, I decided to implement code splitting. This way, I don't ...
Matuto's user avatar
  • 1
0 votes
0 answers
81 views

Chartjs - Module parse failed: Unexpected token (567:17) at vuejs 3 project

I installed vue-chartjs via npm command, to mu vuejs 3 project but I can't build my project, I see an error. error in ./node_modules/chart.js/dist/chart.js Module parse failed: Unexpected token (567:...
Arbejdsglæde's user avatar
0 votes
0 answers
25 views

Issue with vue-test-utils and module federation

I am facing below error when I run my Test case file in vue-test-utils ypeError: Cannot read properties of undefined (reading 'call') at __webpack_require__ (/Users/nipun/Desktop/core-system-web-app/...
Nipun Jain's user avatar
0 votes
0 answers
30 views

Uncaught TypeError: _projects_js__WEBPACK_IMPORTED_MODULE_2__.default is undefined

I am trying to extract params from the url and react accordingly. All the extraction works fine but after modifying my code to import my router and trying to push a route, I've run into an error I ...
ernoa's user avatar
  • 27
1 vote
1 answer
173 views

Vue3 cannot import `@cornerstone/tools` , with error `ICRPolySeg.wasm`

In Vue 3 , I cannot import @cornerstone/tools import * as cornerstoneTools from "@cornerstonejs/tools"; window.cornerstoneTools = cornerstoneTools; Above will meet bug: ERROR in ./...
TKT's user avatar
  • 23
0 votes
0 answers
116 views

How to configure Sentry Webpack sourcemap uploading in Quasar?

I'm trying to follow the documentation of Sentry to configure my Vue.js SPA application to report errors. Given the minification during build, Sentry requires the sourcemap, which is created by ...
andre widianto's user avatar
0 votes
0 answers
90 views

Migration From Vue2 to Vue Compact: Build is stuck in the loop

I'm migrating my project from Vue2 to Vue compat but currently when I run npm run serve my project build throws error as expected but it got stuck into an infinite loop due which I'm not able to ...
Demogeek's user avatar

15 30 50 per page
1
2 3 4 5
244