forked from enviPath/enviPy
Current Dev State
This commit is contained in:
8
static/js/ketcher2/node_modules/babel-polyfill/scripts/prepublish.js
generated
vendored
Normal file
8
static/js/ketcher2/node_modules/babel-polyfill/scripts/prepublish.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
var fs = require("fs");
|
||||
var path = require("path");
|
||||
|
||||
function relative(loc) {
|
||||
return path.join(__dirname, "..", loc);
|
||||
}
|
||||
|
||||
fs.writeFileSync(relative("browser.js"), fs.readFileSync(relative("dist/polyfill.min.js")));
|
||||
Reference in New Issue
Block a user