This website requires JavaScript.
Explore
Help
Sign In
a
/
agola-web
Watch
1
Star
0
Fork
0
You've already forked agola-web
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4d32019249
agola-web
/
vue.config.js
8 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
*: Format with prettier Use latest prettier as devDependency so tools will use (or can be configured to use) the npm provided version. The unique config change is to use single quotes instead of double quotes.
2022-02-23 15:13:44 +00:00
const
path
=
require
(
'path'
)
;
Initial commit
2018-12-09 13:21:20 +00:00
module
.
exports
=
{
css
:
{
*: Format with prettier Use latest prettier as devDependency so tools will use (or can be configured to use) the npm provided version. The unique config change is to use single quotes instead of double quotes.
2022-02-23 15:13:44 +00:00
sourceMap
:
true
,
}
,
Initial commit
2018-12-09 13:21:20 +00:00
}
;
Reference in New Issue
Copy Permalink