mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
7 lines
170 B
TypeScript
Executable File
7 lines
170 B
TypeScript
Executable File
// Build Configuration: https://go.nuxtjs.dev/config-build
|
|
export default {
|
|
babel: {
|
|
plugins: [['@babel/plugin-proposal-private-methods', { loose: true }]],
|
|
},
|
|
}
|