We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996a47c commit 37c1af7Copy full SHA for 37c1af7
src/load-twind-config.ts
@@ -37,7 +37,7 @@ export const loadConfig = (configFile: string, cwd = process.cwd()): Configurati
37
entryPoints: [configFile],
38
format: 'cjs',
39
platform: 'node',
40
- target: `node${process.versions.node}`,
+ target: '2018', // `node${process.versions.node}`,
41
external: Module.builtinModules,
42
// Follow WMR rules
43
mainFields: ['esmodules', 'modern', 'module', 'jsnext:main', 'main'],
0 commit comments