mirror of
https://github.com/rough-stuff/rough.git
synced 2026-04-22 03:00:28 -04:00
es5 umd build
This commit is contained in:
2824
dist/rough.umd.es5.js
vendored
Normal file
2824
dist/rough.umd.es5.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
dist/rough.umd.es5.min.js
vendored
Normal file
1
dist/rough.umd.es5.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -57,5 +57,23 @@ export default [
|
||||
name: 'rough'
|
||||
},
|
||||
plugins: [babel(babelrc()), minify({ comments: false })]
|
||||
},
|
||||
{
|
||||
input: 'bin/rough.js',
|
||||
output: {
|
||||
file: `${outFolder}/rough.umd.es5.js`,
|
||||
format: 'umd',
|
||||
name: 'rough'
|
||||
},
|
||||
plugins: [babel(babelrc())]
|
||||
},
|
||||
{
|
||||
input: 'bin/rough.js',
|
||||
output: {
|
||||
file: `${outFolder}/rough.umd.es5.min.js`,
|
||||
format: 'umd',
|
||||
name: 'rough'
|
||||
},
|
||||
plugins: [babel(babelrc()), minify({ comments: false })]
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user