mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-29 15:15:58 +02:00
v1.0 du site web
This commit is contained in:
17
app/node_modules/infobox-parser/rollup.config.js
generated
vendored
Normal file
17
app/node_modules/infobox-parser/rollup.config.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import babel from 'rollup-plugin-babel';
|
||||
import uglify from 'rollup-plugin-uglify';
|
||||
|
||||
export default {
|
||||
entry: 'index.js',
|
||||
dest: 'build/bundle.min.js',
|
||||
format: 'cjs',
|
||||
sourceMap: 'inline',
|
||||
plugins: [
|
||||
babel({
|
||||
babelrc: false,
|
||||
presets: ['es2015-rollup'],
|
||||
exclude: 'node_modules/**',
|
||||
}),
|
||||
uglify(),
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user