Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
28 views

Laravel, Vue and Apache2 with hot reload with reverse proxy

I´ve been banging my head for over 2 weeks with this and can't make it work for the life of me. Here's the information: My site is on a remote server in Digital Ocean, running Ubuntu and apache2. My ...
Malkios's user avatar
  • 47
1 vote
0 answers
15 views

Prevent webpack to add delay mechanism to an inlined script

I'm new with webpack and I don't understand at all why my webpack configuration is adding a delay mechanism at the end of the builded script, something like this: var t = o.O(void 0, [4998], (() ...
Nelson Saloj's user avatar
0 votes
0 answers
17 views

Performance disadvantages of splitting every component into separate chunks in Nuxt?

So I'm working with Nuxt 2.15 (Vue 2.6). Usually if we have a component that is rendered using v-if (so it is not always needed) we import it like this: components: { SideCategory: () => ...
AnJ's user avatar
  • 613
0 votes
0 answers
32 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,737
0 votes
0 answers
36 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
85 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
34 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
  • 622
0 votes
0 answers
49 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
480 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
279 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
109 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
30 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
84 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
26 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

15 30 50 per page
1
2 3 4 5
244