Semantic ui (#5507)

* semantic addition

* semantic addition

* semantic-ui into @parity/ui dependency

* Merge updates

* Update missing imports to use ~

* Clean @parity modules with clean

* Updated yarn.lock
This commit is contained in:
Craig O'Connor
2017-04-26 07:12:50 -04:00
committed by Jaco Greeff
parent 6797172ad4
commit 2badd9778b
9 changed files with 468 additions and 365 deletions

View File

@@ -126,7 +126,7 @@ module.exports = {
use: [ 'file-loader?&name=assets/[name].[hash:10].[ext]' ]
},
{
test: /\.(woff(2)|ttf|eot|otf)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
test: /\.(woff|woff2|ttf|eot|otf)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
use: [ 'file-loader?name=fonts/[name][hash:10].[ext]' ]
},
{