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 85528d9 commit 6e13d9bCopy full SHA for 6e13d9b
1 file changed
rollup.config.js
@@ -35,8 +35,8 @@ const plugins = [
35
browser: true,
36
}),
37
typescript(),
38
- nodeGlobals(),
39
cjs(),
+ nodeGlobals(), // WARNING: Never move above CommonJS plugin!
40
isProduction ? minifyLit({
41
include: ['src/entry.ts', 'src/{components,views}/**', 'node_modules/@polymer/{paper,iron}-*/**'],
42
includeExtension: ['.ts', '.js'],
0 commit comments