I'm trying to assemble my project, nor how it works. Everything works perfectly, but the assembly does not work, it crashes with such errors:
ERROR in ./_bower_components/angularjs-slider/dist/rzslider.js Module not found: Error: Cannot resolve module 'angular' in C:\Users\АСУ\Desktop \appSoc\socialist\app\_bower_components\angularjs-slider\dist @ ./_bower_components/angularjs-slider/dist/rzslider.js 12:4-32 ERROR in ./_bower_components/angular-clipboard/angular-clipboard.js Module not found: Error: Cannot resolve module 'angular' in C:\Users\АСУ\Desktop \appSoc\socialist\app\_bower_components\angular-clipboard @ ./_bower_components/angular-clipboard/angular-clipboard.js 4:8-36 Webpack config:
'use strict'; module.exports = { entry: { all: [ "./_bower_components/tether/dist/js/tether.js", // 70 файлов "./core/auth-manager/auth-manager.service.js" ] }, output: { path: __dirname+"/dist", filename: "bundle.js" } }