The project uses webpack workflow
Firstnpm install angular-ui-sortable --save-dev
Where to use it laterimport 'jquery' ;
import 'jquery-ui-dist/jquery-ui.js';
import uiSortable from 'angular-ui-sortable';
But it’s useless, how to introduce it under es6 syntaxangular-ui-sortable
Hope you can give me some advice
babel
node does not support
import
语法,请确定已使用babel编译,否则还是用回require