-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
I am trying this
let mix = require('laravel-mix');
require('laravel-mix-modernizr');
mix.webpackConfig({
devtool: 'source-map'
});
mix.coffee(['src/resources/coffee/app.coffee'], 'js/app.js').modernizr().extract([
'bootstrap',
'popper.js',
'jquery',
'lodash',
'jquery.fancytree',
'js-base64',
'lazyload',
'highlight.js',
'mediaelement',
'Modernizr'
]);
But i find modernizr in app.js and vendor.js
alexroper
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed