mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update UI Framework build task to not compile source maps. (#11868)
This commit is contained in:
parent
d8976cebca
commit
4fb18dac71
3 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -33,5 +33,6 @@ selenium
|
|||
*.swp
|
||||
*.swo
|
||||
*.out
|
||||
ui_framework/doc_site/build/*.js*
|
||||
ui_framework/doc_site/build
|
||||
!ui_framework/doc_site/build/index.html
|
||||
yarn.lock
|
||||
|
|
|
@ -15,6 +15,7 @@ module.exports = function (grunt) {
|
|||
args: [
|
||||
'-p',
|
||||
'--config=ui_framework/doc_site/webpack.config.js',
|
||||
'--devtool', // Prevent the source map from being generated
|
||||
],
|
||||
opts: { stdio: 'inherit' }
|
||||
};
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../dist/ui_framework.css
|
Loading…
Add table
Add a link
Reference in a new issue