mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-27 10:32:58 +02:00
6 lines
260 B
JavaScript
6 lines
260 B
JavaScript
/* eslint-disable no-unused-vars, @typescript-eslint/no-unused-vars */
|
|
|
|
// Add here all the external scripts that the content script might need
|
|
// and run browserify on it to create vendor.bundle.js
|
|
const Readability = require('readability-node').Readability;
|