mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:11:36 +08:00
(#1513) Remove references to npm log from files that are run in the browser
This commit is contained in:
parent
e35045f298
commit
f82ae06e9e
@ -1,5 +1,6 @@
|
||||
/* eslint no-underscore-dangle: 0 */
|
||||
import logger from 'npmlog';
|
||||
|
||||
const logger = console;
|
||||
|
||||
export default class ClientApi {
|
||||
constructor({ channel, storyStore }) {
|
||||
|
@ -3,13 +3,14 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { stripIndents } from 'common-tags';
|
||||
import logger from 'npmlog';
|
||||
import isReactRenderable from './element_check';
|
||||
import ErrorDisplay from './error_display';
|
||||
|
||||
// check whether we're running on node/browser
|
||||
const isBrowser = typeof window !== 'undefined';
|
||||
|
||||
const logger = console;
|
||||
|
||||
let rootEl = null;
|
||||
let previousKind = '';
|
||||
let previousStory = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user