mirror of
https://github.com/devfake/flox.git
synced 2024-11-14 22:22:39 +01:00
7059f55d44
* update webpack and vue * Update Laravel Fix tests. Swap native php error log with Laravel's (disable on testing). Remove Laravel Scout. * fluent routing and decrease dbal version * update to php 7.1
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('autoprefixer'),
|
|
require('lost')
|
|
]
|
|
}
|