javascript - Webpack: I have different import types, can i have the names and links to the different types? -
i'm starting webpack on project in no way js ecosystem guru, , going had impression webpack have me me working more consistently. maybe should, have following. (i totally open me doing wrong). instance import { jspdf } 'jspdf';
gives me not constructor error. searched around , found 'other way' , worked fine.
so if name different types, why they're here, , links can have reference helpful.
require('../css/green.css'); import $ 'jquery'; import { slim } 'slim-js'; var jspdf = require('jspdf');
try import jspdf 'jspdf';
because return object.
Comments
Post a Comment