https://github.com/aslam97/laravel-mix-fileloader
Set esModule to false
https://github.com/aslam97/laravel-mix-fileloader
Last synced: 3 months ago
JSON representation
Set esModule to false
- Host: GitHub
- URL: https://github.com/aslam97/laravel-mix-fileloader
- Owner: Aslam97
- License: mit
- Created: 2022-02-01T06:14:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T00:11:42.000Z (about 3 years ago)
- Last Synced: 2025-02-28T17:52:21.911Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/laravel-mix-fileloader
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laravel Mix FileloaderDisabled esModule in file-loader. detail check [Vue asset images not loading](https://github.com/laravel-mix/laravel-mix/issues/2756)
## Installation
```
npm i laravel-mix-fileloader --save-dev
```## Usage
```js
const mix = require("laravel-mix");
require("laravel-mix-fileloader");mix.disabledEsModule();
```