Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Tag: Webpack (146)

I've followed the documentation but can't buildthis error ReferenceError: require is not defined in ES module scope, you can use import instead
Hello,I have a project with Laravel Api Backend and Vuejs frontend.for the assets, I have used demo 23 demos23/src for my frontend.While trying to build my project in vuejs npm run build i have issues with KTUtil is undefined
Hi!I'm trying to integrate Silicon theme into Symfony using Webpack Encore. I am not clear how to proceed in this case. I have installed the necessary packages using yarn for example SmootScrolling, Parallax-js, Rellax, Jarallax etc. Is it necessary to import individual javascript componen...
Hello,Thanks for the work on metronic symfony this is really great.I was wondering if there was any way to build other demos than demo 1 using the symfony starterkit.Checking the content of webpack.config.js, I supposed I might force it by using an env var, ie : export npm_confi...
the error come from metronic folder```src/metronic/vendors/@form-validation/cjs/plugin-mui/index.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'Mui'. An explicit type annotation may unblock declaration emit.```every single file from metronic folder error lik...
I recently bought Metronic dashboard on Envato Market, I was extremely impressed by its demo. When I bought, downloaded, and followed the install & set up docs for Django, but when I completed I only got the single dashboard page and sidebar list with no response to those pages. How can I get all ot...
✘ ⚙ xxx@xxx-ThinkPad-P15v-Gen-2i  ~/Downloads/Metronic-7.2.9/theme/html/tools  npm run build --demo1 > metronic@7.2.9 build /home/xxx/Downloads/tmp/Metronic-7.2.9/theme/html/tools> webpack...
Good day! I was wondering what the optimal way to edit webpack.config.js would be in order to have it direct the output to a different project folder besides a demo folder. I have a folder called "project" that's currently in the same parent folder that demo1 is in. It is a PHP project using Metroni...
I am trying to add a module for Quill JS to enable resize on the images imported editor. I am using the Quill Image Resize module. Anyone has a sample working code?
I have an issue with the Aside menu in Metronic demo4, Aside is not moved to the right side, I follow all RTL documentation and use Webpack (), but also it is not moved to the right, what should I do ?? thank you for...
Hello,I downloaded the Demo1 source for VueJs, however I couldn't compile it, may I ask your help?Node: 16.14.2npm: 8.5.0Metronic: 8.1.2When I run the command npm run start, it comes the following error by the end of compilation:12 problems (12 errors, 0 warnings) like this:[es...
hi keenthemesHo safe it is, to remove those plugins from the compiling bundle "'theme/html/tools/webpack/plugins/plugins.js'" :// ES6-Shim - ECMAScript 6 compatibility shims for legacy JS engines. Learn more: https://github.com/paulmillr/es6-shimrequire("es6-shim/es6-shim.min.js");...
yarn mix command error this,ERROR in ./resources/mix/plugins.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):SassError: Can't find stylesheet to import. ╷9 │ @impor...
As I mentioned in a previous query, I'm working with Symfony7 and in the latest updates (since Symfony 6.3) AssetMapper is recommended over Webpack. Given the problems I'm having with Metronic 8 in Symfony 7, I've been testing with AssetMapper and in principle everything starts to work (at least app...
Here is my package.json{ "private": true, "version": "8.2.5", "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot"...
[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a non-empty array. -> All modules are loaded upon startup. The last one is exported.error Command...
Hi,I am attempting to install and run the Laravel Starterkit for the recent Metronic 8.2.1 version. I've downloaded the latest version and unzipped metronic_laravel_v8.2.1.zip.I am 'Getting started' using the instructions on https://preview.keenthemes.com/laravel/metronic/docs/getting-started....
When using the following command npm run dev, it marks the following[webpack-cli] Error: Cannot find module 'del'Require stack:- C:\xampp\htdocs\yoloticket2\webpack.mix.js- C:\xampp\htdocs\yoloticket2\node_modules\laravel-mix\setup\webpack.config.js- C:\xampp\...
Hello. Could you please provide detailed instructions or documentation on how to seamlessly integrate the Metronic template with a Symfony-based project with its own webpack build? Any insights or best practices specific to Symfony would be greatly appreciated.Thank you for your assistance....
Hello, anyone has and idea how to fix the jstree?I got 'node_modules/jstree/dist/jstree.js' in plugins.js'js/custom/general/jstree/jstree.js' in general.phpon Init it throws TypeError: $(...).jstree is not a function...but when i type $('.jstree').jstree() in chrome console, it initia...
I am in the early stages of building an app using Keen's Laravel Metronic 8 template. My app is configured with the Demo1 layout, running version 8.0.35. In the Laravel Metronic 8 sample app at https://preview.keenthemes.com/metronic8/laravel/login?demo=demo1 , I can toggle back and forth betwee...
Did yarn upgradegot this result[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a non-empty array. -> All modules are loaded upon startup. The...