correctly imports performance bar

This commit is contained in:
Phil Hughes 2018-01-23 09:17:29 +00:00
parent adf31a57f4
commit aaf03c0c48
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
2 changed files with 2 additions and 4 deletions

View File

@ -43,7 +43,6 @@
= webpack_bundle_tag "main"
= webpack_bundle_tag "raven" if current_application_settings.clientside_sentry_enabled
= webpack_bundle_tag "test" if Rails.env.test?
= webpack_bundle_tag 'performance_bar' if performance_bar_enabled?
- if content_for?(:page_specific_javascripts)
= yield :page_specific_javascripts

View File

@ -85,7 +85,6 @@ var config = {
test: './test.js',
two_factor_auth: './two_factor_auth.js',
users: './users/index.js',
performance_bar: './performance_bar.js',
webpack_runtime: './webpack.js',
},
@ -119,9 +118,9 @@ var config = {
{
test: /\_worker\.js$/,
use: [
{
{
loader: 'worker-loader',
options: {
options: {
inline: true
}
},