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

Tag: Webpack (127)

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...
Do you have deployment build script for react project like vite or webpack to generate dist files for production deployment?I tried the npm run build but I get the following errors:$ npm run build> metronic-react-tailwind@0.0.0 build> tsc -b && vite buildsrc/theme/core/helpers/util...
Hi there,Regarding DataTables, I've noticed a strange issue. When I use webpack to build the project, the icons for pagination and the position of the page numbers look odd, and the search box also appears unexpectedly. Any thoughts on this?https://drive.google.com/file/d/1EDBdhd83rnoDqY6k0K...
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...
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
I'm getting this message, could you please help me$ npm run build> keenthemes@1.0.0 build> webpack[webpack-cli] Failed to load 'D:\Dev\metronicnet\blazon\blazor_demo1\Starterkit\_keenthemes\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES modu...
Team - I think your Metronic is a nice framework and you guys support all the latest frameworks from Spring to Blazor to React, basically from Java to .NET to JS based frameworks.Considering your team talent base, I think you should consider adding support for Astro as well (https://astro.build)...
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"...
i getting this error when i ran : npm run build --demo1 after following documentation getstarted AspnetcoreD:\MPR\Dev REV\MDRE_V2.2\RevApp\_keenthemes\tools>npm run build --demo1> keenthemes@8.2.3 build> webpack[webpack-cli] Invalid configuration object. Webpack has been initialized us...
Trying to install asp.net CORENPM ver: 10.2.4YARN ver: 1.22.21I have removed "type": "module", from package.jsonI have added "resolutions": { "gulp-dart-sass/sass": "1.70.0" }, to package.json and deleted node_modules folder and lock files.Now when I run npm run build --demo1I...
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....
[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...
\starterkit\assets>npm run buildnpm ERR! Missing script: "build"npm ERR!npm ERR! To see a list of scripts, run:npm ERR! npm runnpm ERR! A complete log of this run can be found in: C:\Users\athamma\AppData\Local\npm-cache\_logs\2024-01-23T07_25_47_443Z-debug-0.log
i'm using metronic_symfony_v8.2.3 symfony starterkit,when i run npm run build on /starterkit/_keenthemes/tools the build succeed but no directory created into the public directory or anyhere else!
Hey all,working on a Symfony + Metronic app, I cannot seem to get all the select2 styles to load. The background is transparent and the other elements appear on top of the select box.I used a custom webpack configuration, but all the styles are bundled in (I can see the select2 classes in the...
Metronic Version: 8.2.2OS: Windows 10PHP: 8.2.10Node: 20.10.0NPM: 10.2.3npm run dev1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)webpack compiled with 1 warningTried deleting the node_modules
I want to setup a webpack watch system in my project in the following structureviews/-- assets/-- src/-- tools/I changed the webpack and gulp config to match the new dir structure change ( demo1/assets )but I'm getting errors like```Error: Module build failed (from ./node_modul...
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...
hii was reading through the docs about webpack/gulp for building the files, but i dont see anything about plugins for code splitting / tree shaking / minifying / etc. etc. i also noticed that the demo theme has alot of unused js/css so im a bit suspicious about that.can someone provide s...
Hello, friends. Just bought Good template to implement admin panel for my website.I use Laravel 10 framework. Laravel uses Vite out of the box for all frontend cases.I have a problems with integration, too many files and I don't know which of files I have to use and how to use for convenient usa...
Hello,I'm using Metronic 8 with Symfony but I can't get select2 to work properly. {...
Hi !I use Metronic 8 for Symfony, I use Select2 in a modal, and I try to set values in JS (Multiple values), but even when doing a .trigger('change') or select2:select, the values are not displayed in the input. On the other hand, when I open the dropdown, I can see my selected values, and when...