mirror of
https://github.com/anatolykopyl/registration.git
synced 2026-03-26 21:05:26 +00:00
Рабочий фронтенд
This commit is contained in:
14
frontend/babel.config.js
Normal file
14
frontend/babel.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
],
|
||||
plugins: [
|
||||
[
|
||||
'component',
|
||||
{
|
||||
libraryName: 'maz-ui',
|
||||
styleLibraryName: 'css'
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user