UNPKG
tethysfaceid
Version:
latest (0.1.0)
0.1.0
tethysfaceid
/
next.config.js
7 lines
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
// next.config.js
const
withLess
=
require
(
'@zeit/next-less'
) module.exports =
withLess
({
lessLoaderOptions
: {
javascriptEnabled
:
true
, }, })