Welcome to mirror list, hosted at ThFree Co, Russian Federation.

preview.js « js « src - github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bead7b4f5f14cf9f49fa5f9ed5b78f84ee2167b (plain)
1
2
3
4
5
6
7
8
import Preview from '@js/App/Preview';
import '@js/Prototype/prototype';

// noinspection JSUnresolvedVariable
__webpack_public_path__ = `/`;

Preview.init()
    .catch(console.error);