Webpack refactor
- added JSX support (webpack + robofile - added public.js bundle - refactored webpack config for clarity - added settings.jsx form example - fixed acceptance test failing on login
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
jQuery(function($) {
|
||||
define('public', ['jquery'], function(jQuery) {
|
||||
jQuery(function($) {
|
||||
// dom ready
|
||||
$(function() {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user