mirror of
https://github.com/anatolykopyl/registration.git
synced 2026-03-26 12:55:25 +00:00
15 lines
201 B
JavaScript
15 lines
201 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
],
|
|
plugins: [
|
|
[
|
|
'component',
|
|
{
|
|
libraryName: 'maz-ui',
|
|
styleLibraryName: 'css'
|
|
}
|
|
]
|
|
]
|
|
}
|