An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


Laravel Mix Fileloader

Disabled 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();
```