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 4ac14ee commit 415e552Copy full SHA for 415e552
scripts/rollup.development.js
@@ -6,6 +6,6 @@ export default Object.assign({}, ProductionConfig, {
6
...ProductionConfig.output,
7
file: './dev/index.js',
8
sourcemap: true,
9
- banner: null
+ banner: '/* eslint-disable */' // disable eslint when bundle with docs.
10
}
11
})
0 commit comments