Skip to content

Instantly share code, notes, and snippets.

View Legym's full-sized avatar

Mygel Bergstresser Legym

View GitHub Profile
@Legym
Legym / next.config.js
Created February 20, 2019 20:12 — forked from Enalmada/next.config.js
Modular antd imports with next.js, next-less and babel-plugin-import
const withLess = require('@zeit/next-less')
const resolve = require('resolve')
// styled jsx will fail without it
if (typeof require !== 'undefined') {
require.extensions['.less'] = (file) => {}
}
module.exports = withLess({
lessLoaderOptions: {