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
|
||||
lint
|
||||
|
||||
# rancher shell
|
||||
.shell
|
||||
|
||||
# compiled output
|
||||
/dist
|
||||
/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 GraphCircle from '@shell/components/graph/Circle';
|
||||
import { Banner } from '@components/Banner';
|
||||
import AppModal from '@shell/components/AppModal.vue';
|
||||
import AppModal from '@shell/components/AppModal';
|
||||
import { HCI } from '../types';
|
||||
|
||||
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