??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: index.js
'use strict'; var define = require('define-properties'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); define(implementation, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = implementation;