add srcdoc polyfill

This commit is contained in:
catarak 2016-07-11 15:50:08 -04:00
parent dcc39afb45
commit 016325be9b
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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"
}
}