mirror of
https://github.com/directus/directus.git
synced 2026-01-28 09:27:55 -05:00
* Switch to history mode in pp * Remove broken tests * Install asset manifest * Only build to modern * Remove override files in favor of settings * Build assets json * Use dynamic routing based on api basepath * Remove override files * Set webpack public path based on passed window var * Fix tests
13 lines
182 B
JavaScript
13 lines
182 B
JavaScript
module.exports = {
|
|
presets: [
|
|
[
|
|
'@vue/app',
|
|
{
|
|
targets: { esmodules: true },
|
|
polyfills: [],
|
|
},
|
|
],
|
|
],
|
|
plugins: ['@babel/plugin-proposal-optional-chaining'],
|
|
};
|