diff --git a/site/_config/debugbar.yml b/site/_config/debugbar.yml new file mode 100644 index 0000000..214c521 --- /dev/null +++ b/site/_config/debugbar.yml @@ -0,0 +1,7 @@ +--- +Name: sitedebugbar +After: + - 'debugbar' +--- +DebugBar: + include_jquery: false \ No newline at end of file diff --git a/site/templates/Page.ss b/site/templates/Page.ss index 561edbc..e2cf0f0 100644 --- a/site/templates/Page.ss +++ b/site/templates/Page.ss @@ -58,6 +58,8 @@ $BetterNavigator + + $WebpackJS('app.js') $WebpackCSS('app.css') diff --git a/webpack.config.common.js b/webpack.config.common.js index edbacf8..242cab2 100755 --- a/webpack.config.common.js +++ b/webpack.config.common.js @@ -37,8 +37,7 @@ module.exports = { entry: jsScripts, devtool: "source-map", externals: { - "custom-select": "CustomSelect", - "ui-progress-button": "UIProgressButton" + "jquery": "jQuery", }, module: { rules: [{