I've bought Keen template for developing my app and I could check that JS code doesn't work using modules with webpack.
For example, if I try to import a KTCard and try to initialize it as it is on the docs, it raises a message saying that KTUtil must be present.
So, I would like to know if th...
hi,
we use metronic 8.1.7 , laravel version in my project.
after sync project with new version of metronic ( update core and assets , ... ) when build project, file mix-manifest.json create successful but not use in project. in production for apply change we should run emp...
I followed the steps to implement metronic in blazor from this page https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/blazor.html, however I have errors with the webpack and I need help with this
Hi keenthemes, i posted the question here https://devs.keenthemes.com/question/plugin-bundle-js-optimization, since I didn't want to make a new post, but apparently you didn'"t see it.
I use webpack, and deleted a lots of 3 parties and global plugins
I followed the video that you gave on that...
While trying to build the project with webpack, I encountered this problem
Module not found: Error: Can't resolve @/src/plugins/formvalidation/dist/amd/plugins/Bootstrap5.js
in
/home/XXX/Bureau/XXX/metronic/tools/webpack/plugins
I've followed the documentation but can't build
this 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...
Do you have a guide to migrate from Webpack to Vite in Metronic V8?
Hello,
I downloaded the Demo1 source for VueJs, however I couldn't compile it, may I ask your help?
Node: 16.14.2
npm: 8.5.0
Metronic: 8.1.2
When 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 keenthemes
Ho 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-shim
require("es6-shim/es6-shim.min.js");...
yarn mix command error this,
ERROR in ./resources/mix/plugins.scss
Module 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...
Getting the following error trying to follow the instructions at https://preview.keenthemes.com/html/craft/docs/getting-started/build/webpack. I'm following the instructions but at the "npm run build" step I get :
[webpack-cli] Invalid configuration object. Webpack has been initialized using a co...
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"...