fixed all eslint errors and warning, compiled as PROD
This commit is contained in:
@ -17,7 +17,7 @@ Vue.use(VueRouter)
|
||||
// We could use aliases to never reload the page on language changement
|
||||
// BUT beforeupdate is not triggered when push alias instead of path or name
|
||||
// const languages = ['en', 'fr'];
|
||||
// console.log('path aliases', (() => languages.map(l => `/${l}/base`))() );
|
||||
// console.log('path aliases', (() => languages.map(l => `/${l}/base`))())
|
||||
|
||||
const basePath = drupalSettings.path.baseUrl + drupalSettings.path.pathPrefix
|
||||
|
||||
|
Reference in New Issue
Block a user