Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
Get for 99$

Tag: Webpack (141)

Hello,I started project from Starter Kit for Rails 7 (bundle asset with Webpack) and activate turbo rails. Everything works fine but not with the dropdown. When click any dropdown (e.g. sidebar), it won't expand the menus. I even tried to change 'DOMContentLoaded' to 'turbolinks:load' on any ass...
How to setup hot reload in webpack in metronic 7 and react template? what is the config and command to run in a terminal?https://keenthemes.com/metronic7/?page=docs&section=react-quick-start
I'm trying to use Metronic demo 1 with Blazor WebAssembly. I've followed the [Quick Start guide](https://preview.keenthemes.com/blazor/metronic/docs/getting-started.html) and made changes for WebAssembly where applicable.The demo is working correctly with two exceptions:graphs are no...
Metronic v.9.0.1Followed quick start steps 1-6Issue #1During step 6 the process never finishes; the last line output is:webpack 5.92.1 compiled successfully in 5500 msHowever pressing CTRL+C gives message:Terminate batch job (Y/N)?Proc...
Hello Guys,I am trying to setup metronic in a nx monorepo enviorment, if you have any plans for nx based release or can provide some insights for succesful implementation it would be a great help to me.here are my issues:putting sidebar, topbar etc in a shared lib is causing erro...
I got error when execute npm run dev on Laravel[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration.entry['/assets/js/widgets.bundle'] should be a non-empty array. -> Al...
Hi guys, i have difficulties to make work the JetHTML Theme. I make the steps but when i host the localhost only apeer this.https://prnt.sc/uJfY5-AQ_ixP
I want to install alpine js in metronic but wherever I import it, it gives error.How to add it.I triedimport Apline from 'alpinejs';in plugins.js export array'node_modules/alpinejs',Uncaught SyntaxError: Cannot use import statement outside a module (at plugins.bundle.js:61318:1...
I'm trying to implement the DataTables example at https://preview.keenthemes.com/metronic8/demo1/documentation/general/datatables/server-side.html into my project. It's not working. Here are my steps: 1) Added the HTML code from the example into my Blade file. 2) Added the DataTables JS...
How do i change the node version of metronic 7 to either 16 or 18?when i try to change the node version either 16 or 18 and try to run npm install it throws multiple errors and the main error i am getting is for node-sass.
The JSTree plugin CSS file has a URL dependency (url("32px.png")) with a png file. The image file is placed in the media/plugins/jstree directory after compilation but the CSS file has wrong image path.
Hi TeamThere is an error Error: ENOENT: no such file or directory, open '/Users/xxxxxxx/xxxxx/xxxx/ims/node_modules/@yaireo/tagify/dist/tagify.min.jsI tried with npm install but this keep coming
How to disable eslint ? because error of "Component name "Content" should always be multi-word vue/multi-word-component-name" this is annoying for me. Just delete eslint on package.json or ? btw i use phpstrom and i have turned off eslint in php strom, but eslint still appears in the browser
When do I run npm run watch in symfony then I got warning: "./locale" in plugin/bundle.js.INFO: "assets/global/plugin/bundle.js" imported at app.js (assets/app.js)".//app.js => path: assets/app.jsimport './bootstrap.js';import './config.js';import moment from 'mome...
I am integrating Metronic to a SPA web app with Aurelia.js, VSCode and Webpack. When I build the application with NPM I get 3 warnings as the following:There are multiple modules with names that only differ in casing.This seems to have to do with inline svg declarations as the followinga...
I've been trying to figure this out for a couple of hours and have concluded there is an issue here.I am compiling the Metronic for my laravel project but when the compile finishes, the result is not a complete compile. but there are also no errors.When I compile for DEMO8 - It works fine, m...
I've been using Metronic since 6 is released and Metronic 9 was my personal best choice because of fast development and prototyping. But webpack is getting slower in comparison with its opponents. Currently Rspack is getting attention because of similarities and plugin compatibility. Also it gives f...
Hello,I'm using Metronic 8 with Symfony but I can't get select2 to work properly. {...
I've downloaded the package twice and gone through the quick start instructions but I can not get past this error:> keenthemes@1.0.0 build> webpack>> Building npm_version bundle...>> Failed to compile npm_version bundle!resolve '@shopify/draggable/lib/draggable.bundle.js' in 'C:\User...
Hello,i have never worked with node.js, webpack or gulp before.Can I install and use the theme without these tools.Otherwise I still have to learn about these tools.I also do not know if these tools affect my development environment.Many thanks and greetingsWolfgang
I have Laravel metronic project , but when I try to access any routes that doesnot exist, it should show a error page, but im getting a background image always, Im using metroinc 8