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-sortableHope you can give me some advice
babelnode does not support
import语法,请确定已使用babel编译,否则还是用回require