Updated Webpack, built extremely basic blog insertion tool.
This commit is contained in:
@ -21,10 +21,7 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
const
|
||||
APIHandler = require('./../../APIHandler'),
|
||||
sanitizeHtml = require('sanitize-html')
|
||||
;
|
||||
const APIHandler = require('./../../APIHandler');
|
||||
|
||||
const ERRORS = {
|
||||
missingHandle: "Missing article handle.",
|
||||
|
Reference in New Issue
Block a user