fix export
This commit is contained in:
Родитель
9f55650923
Коммит
e6823d0732
|
@ -9,7 +9,7 @@ module.exports = {
|
||||||
use: {
|
use: {
|
||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
options: {
|
options: {
|
||||||
plugins: [require('./babel.plugin')],
|
plugins: [require('../src/babel.plugin')],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
export { default as babelPlugin } from "../.storybook/babel.plugin";
|
// Temporary solution until this issue gets implemented:
|
||||||
|
// https://github.com/microsoft/fluentui-storybook-addons/issues/2
|
||||||
|
export { default as babelPlugin } from "./babel.plugin";
|
||||||
|
|
||||||
if (module && module.hot && module.hot.decline) {
|
if (module && module.hot && module.hot.decline) {
|
||||||
module.hot.decline();
|
module.hot.decline();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче