add srcdoc polyfill
This commit is contained in:
parent
dcc39afb45
commit
016325be9b
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import React, { PropTypes } from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import escapeStringRegexp from 'escape-string-regexp';
|
||||
import 'srcdoc-polyfill';
|
||||
|
||||
class PreviewFrame extends React.Component {
|
||||
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
"redux": "^3.5.2",
|
||||
"redux-form": "^5.2.5",
|
||||
"redux-thunk": "^2.1.0",
|
||||
"shortid": "^2.2.6"
|
||||
"shortid": "^2.2.6",
|
||||
"srcdoc-polyfill": "^0.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue