mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 06:59:52 +03:00
feat(riot-v5): upgrade remove-image and copy-to-clipboard
This commit is contained in:
parent
9c303d32c7
commit
669c3399d0
9 changed files with 186 additions and 147 deletions
|
@ -20,7 +20,7 @@ const plugins = [
|
|||
nodeResolve(),
|
||||
commonjs(),
|
||||
scss({ output: `./${output}/docker-registry-ui.css`, outputStyle: 'compressed' }),
|
||||
babel({ babelHelpers: 'bundled', presets: [['@babel/env', { useBuiltIns: 'usage' }]] }),
|
||||
babel({ babelHelpers: 'bundled', presets: [['@babel/env', { useBuiltIns: 'usage', corejs: { version: "2" } }]] }),
|
||||
html({ template: () => htmlUseref('./src/index.html') }),
|
||||
copy({
|
||||
targets: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue