Skip to content

Commit f5cf76c

Browse files
committed
fix(tmp): tmp
tmp
1 parent 7b3df29 commit f5cf76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export default [
259259
format: 'es',
260260
hoistTransitiveImports: false,
261261
intro() {
262-
return `/* ${fs.readFileSync(
262+
return `/*! ${fs.readFileSync(
263263
path.resolve(__dirname, './LICENSE'),
264264
'utf8'
265265
)} */`;

webpack.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = [
6060
optimization: configureOptimization(),
6161
plugins: [
6262
new webpack.BannerPlugin(
63-
`/* ${fs.readFileSync(path.resolve(__dirname, './LICENSE'), 'utf8')} */`
63+
`/*! ${fs.readFileSync(path.resolve(__dirname, './LICENSE'), 'utf8')} */`
6464
),
6565
new webpack.optimize.ModuleConcatenationPlugin(),
6666
new BundleAnalyzerPlugin(configureBundleAnalyzer('vtk-lite')),

0 commit comments

Comments
 (0)