Projektstart
This commit is contained in:
11
backend/node_modules/fast-copy/rollup/config.umd.js
generated
vendored
Normal file
11
backend/node_modules/fast-copy/rollup/config.umd.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import baseConfig from './config.base.js';
|
||||
import pkg from './packageJson.js';
|
||||
|
||||
export default {
|
||||
...baseConfig,
|
||||
output: {
|
||||
...baseConfig.output,
|
||||
file: pkg.browser,
|
||||
format: 'umd',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user