|
|
лет назад: 5 | |
|---|---|---|
| .. | ||
| src | лет назад: 5 | |
| README.md | лет назад: 5 | |
| package.json | лет назад: 5 | |
rollup plugin for resovling webpack require-context.
import requireContext from 'rollup-plugin-require-context';
export default {
input: 'main.js',
output: {
file: 'bundle.js',
format: 'iife'
},
plugins: [
requireContext()
]
};