Place a noscript tag in your ember-cli app.
npm install ember-noscript

Compatibility
------------------------------------------------------------------------------
* Ember.js v3.4 or above
* Ember CLI v2.13 or above
* Node.js v8 or above
Installation
------------------------------------------------------------------------------
Only does one thing, hopefully well:
``html`
* ember install ember-noscript
file.The default
noScript value is:`javascript
noScript: {
'content': "" +
"For full functionality of this site it is necessary to enable JavaScript." +
"Here are the " +
"instructions on how to enable JavaScript in your web browser." +
"
",
'placeIn': 'head'
}
``See the Contributing guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the MIT License.