Sha256: a7319324de4cf961ea65a7dc7a610a9a25dfd302c86530dcdee9083b729e4d77
Contents?: true
Size: 822 Bytes
Versions: 4
Compression:
Stored size: 822 Bytes
Contents
// jquery import $ from 'jquery'; global.$ = $ global.jQuery = $ // import 'jquery-ui'; // jquery-ui theme //import "jquery-ui/jquery-ui.css"; //import "jquery-ui/jquery-ui.theme"; require.context('file-loader?name=[path][name].[ext]&context=node_modules/jquery-ui-dist!jquery-ui-dist', true, /jquery-ui\.css/ ); require.context('file-loader?name=[path][name].[ext]&context=node_modules/jquery-ui-dist!jquery-ui-dist', true, /jquery-ui\.theme\.css/ ); // elfinder require('script-loader!elfinder/js/elfinder.full.js'); require('script-loader!elfinder/js/proxy/elFinderSupportVer1.js'); //require('script-loader!elfinder/js/i18n/elfinder.ru.js'); //require('elfinder'); //require.context('script-loader?name=[path][name].[ext]&context=node_modules/elfinder!elfinder/js', true, /elfinder\.full\.js/ );
Version data entries
4 entries across 2 versions & 1 rubygems