first commit
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
sassOptions: {
|
||||
includePaths: [path.join(__dirname, 'styles')],
|
||||
},
|
||||
i18n: {
|
||||
locales: ['en', 'ar'],
|
||||
defaultLocale: 'en',
|
||||
},
|
||||
output: 'standalone',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user