mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
Fix shell config imports
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
5ce303eaec
commit
e388b76ce5
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
|||||||
dev
|
dev
|
||||||
lint
|
lint
|
||||||
|
|
||||||
|
# rancher shell
|
||||||
|
.shell
|
||||||
|
|
||||||
# compiled output
|
# compiled output
|
||||||
/dist
|
/dist
|
||||||
/dist-pkg
|
/dist-pkg
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
module.exports = require('@shell/pkg/babel.config.js');
|
module.exports = require('@rancher/shell/pkg/babel.config');
|
||||||
|
|||||||
@ -5,7 +5,7 @@ import { LabeledInput } from '@components/Form/LabeledInput';
|
|||||||
import AsyncButton from '@shell/components/AsyncButton';
|
import AsyncButton from '@shell/components/AsyncButton';
|
||||||
import GraphCircle from '@shell/components/graph/Circle';
|
import GraphCircle from '@shell/components/graph/Circle';
|
||||||
import { Banner } from '@components/Banner';
|
import { Banner } from '@components/Banner';
|
||||||
import AppModal from '@shell/components/AppModal.vue';
|
import AppModal from '@shell/components/AppModal';
|
||||||
import { HCI } from '../types';
|
import { HCI } from '../types';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
module.exports = require('@shell/pkg/vue.config')(__dirname);
|
module.exports = require('@rancher/shell/pkg/vue.config')(__dirname);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user