File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,28 +121,45 @@ module.exports = {
121121 inject : false
122122 } ) ,
123123 new CopyWebpackPlugin ( [
124+ {
125+ context : path . join ( __dirname , 'node_modules/mathjax' ) ,
126+ from : 'MathJax.js' ,
127+ to : 'MathJax/'
128+ } ,
124129 {
125130 context : path . join ( __dirname , 'node_modules/mathjax' ) ,
126131 from : {
127- glob : '**/*' ,
132+ glob : 'config/ **/*.js ' ,
128133 dot : false
129134 } ,
130135 to : 'MathJax/'
131136 } ,
132137 {
133138 context : path . join ( __dirname , 'node_modules/emojify.js' ) ,
134139 from : {
135- glob : '**/*' ,
140+ glob : 'dist/ **/*' ,
136141 dot : false
137142 } ,
138143 to : 'emojify.js/'
139144 } ,
140145 {
141146 context : path . join ( __dirname , 'node_modules/reveal.js' ) ,
142- from : {
143- glob : '**/*' ,
144- dot : false
147+ from : 'js' ,
148+ to : 'reveal.js/'
149+ } ,
150+ {
151+ context : path . join ( __dirname , 'node_modules/reveal.js' ) ,
152+ from : 'css' ,
153+ to : 'reveal.js/'
145154 } ,
155+ {
156+ context : path . join ( __dirname , 'node_modules/reveal.js' ) ,
157+ from : 'lib' ,
158+ to : 'reveal.js/'
159+ } ,
160+ {
161+ context : path . join ( __dirname , 'node_modules/reveal.js' ) ,
162+ from : 'plugin' ,
146163 to : 'reveal.js/'
147164 }
148165 ] )
@@ -419,5 +436,11 @@ module.exports = {
419436
420437 node : {
421438 fs : "empty"
439+ } ,
440+
441+ quiet : false ,
442+ noInfo : false ,
443+ stats : {
444+ assets : false
422445 }
423446} ;
You can’t perform that action at this time.
0 commit comments