1.0.1 • Published 4 months ago

energy-vite-plugin v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Energy Vite Plugin

Plugin for the correct operation of the Energy framework

Installation

npm i priveted/energy-vite-plugin

Configure vite.config.js

import { defineConfig } from 'vite';
import energy from 'energy-vite-plugin';
 
export default defineConfig({
    plugins: [
        energy([
            // 'resources/styles/main.css'
            'resources/styles/main.scss', // If sass is installed (recommended)
            'resources/js/main.js',
        ]),
    ],
});

Add to "resources/js/main.js"

import '../styles/main.scss'
// Your application code
// ....
1.0.1

4 months ago

1.0.0

4 months ago